Files
gallery3/themes/default/views/sidebar.html.php

17 lines
475 B
PHP
Raw Normal View History

<?php defined("SYSPATH") or die("No direct script access.") ?>
2009-02-25 06:54:41 +00:00
<?= $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() ?>
<? elseif ($page_type == "tag") : ?>
<?= $theme->tag_menu() ?>
<? endif ?>
</div>
</div>
<?= $theme->sidebar_blocks() ?>
<?= $theme->sidebar_bottom() ?>