| 4 | | <?php $session->flash(); ?> |
| 5 | | <?php echo $html->addCrumb('Control Tools', '/admin/entries/start'); ?> |
| 6 | | <?php echo $html->getCrumbs(' / '); ?> |
| 7 | | |
| 8 | | <p><?php echo $html->link($html->image('actions/new.png', array("alt"=>"Add new page", "title"=>"Add new page")), '/admin/galleries/add', null, false, false) ?></p> |
| | 4 | <?php |
| | 5 | $session->flash(); |
| | 6 | echo $html->addCrumb('Control Tools', '/admin/entries/start'); |
| | 7 | echo $html->getCrumbs(' / '); |
| | 8 | echo $html->para(null, $html->link($html->image('actions/new.png', array("alt"=>"Add new page", "title"=>"Add new page")), '/admin/galleries/add', null, false, false)); |
| | 9 | ?> |
| 23 | | array("onclick"=>"window.open('/galleries/display/". $cU['User']['username'].", null, 'status=1,toolbar=1,scrollbars=1,height=600,width=800';)"), null, null, false), |
| | 24 | array("onclick"=>"window.open('/galleries/display/". $session->read('Auth.User.username') .", null, 'status=1,toolbar=1,scrollbars=1,height=600,width=800';)"), null, null, false), |