mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-13 07:59:24 -04:00
15 lines
402 B
PHP
15 lines
402 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<?= $theme->sidebar_top() ?>
|
|
<div class="gToolbar">
|
|
<div id="gViewMenu" class="gButtonSet">
|
|
<? if ($page_type == "album"):?>
|
|
<?= $theme->album_menu() ?>
|
|
<? elseif ($page_type == "photo") : ?>
|
|
<?= $theme->photo_menu() ?>
|
|
<? endif ?>
|
|
</div>
|
|
</div>
|
|
|
|
<?= $theme->sidebar_blocks() ?>
|
|
<?= $theme->sidebar_bottom() ?>
|