Calendar
Banners
|
| Line | Code greece/plugins/calendar/index.php |
|---|---|
| 151 |
<?php $template = $url_tpl . (SBR_MOD_REWRITE ? "{$y}" : "&y=$y"); |
| 152 |
<?php $template .= $m ? (SBR_MOD_REWRITE ? "/{$m}" : "&m=$m") : false; |
| 153 |
<?php $template .= ($m && $d) ? (SBR_MOD_REWRITE ? "/{$d}" : "&d=$d") : false; |
| 154 |
<?php |
| 155 |
foreach ($allItems as $itemName => $item)#0 require_once(/home/zoe/public_html/greece/plugins/calendar/index.php) called at [/home/zoe/public_html/greece/controller.php:68] WARNING Invalid argument supplied for foreach() |
| 156 |
{ |
| 157 |
<?php $sbrSmarty->assign('pagination_'.$itemName, sbrView::pagination($item['num_rows'], $template.(SBR_MOD_REWRITE ? "/%".$itemName."{NUM}.html%#sbr-tab-container-$itemName" : "&item=$itemName&%page={NUM}%#sbr-tab-container-$itemName"), $config->get('calendar_item_per_page'), $current_page[$itemName] ? $current_page[$itemName] : 1)); |
| 158 |
unset($allItems[$itemName]['num_rows']); |
| 159 |
} |
| 160 |
<?php |
Calendar
Banners
|