@@ -327,6 +327,11 @@ discard block |
||
327 | 327 | )); |
328 | 328 | } |
329 | 329 | |
330 | + /** |
|
331 | + * @param boolean $ad_expired |
|
332 | + * @param integer $ad_end_date |
|
333 | + * @param integer $ad_enabled |
|
334 | + */ |
|
330 | 335 | protected function assign_ad_template_vars($row, $ad_expired, $ad_end_date, $ad_enabled) |
331 | 336 | { |
332 | 337 | $this->template->assign_block_vars($ad_expired ? 'expired' : 'ads', array( |
@@ -452,6 +457,9 @@ discard block |
||
452 | 457 | } |
453 | 458 | } |
454 | 459 | |
460 | + /** |
|
461 | + * @param string $action |
|
462 | + */ |
|
455 | 463 | protected function set_output_vars($action, $ad_id) |
456 | 464 | { |
457 | 465 | // Set output vars for display in the template |