2009-01-01 00:23:29 +00:00
|
|
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
2009-02-25 06:54:41 +00:00
|
|
|
<?= $theme->sidebar_top() ?>
|
2009-02-12 04:25:43 +00:00
|
|
|
<div class="gToolbar">
|
|
|
|
|
<div id="gViewMenu" class="gButtonSet">
|
|
|
|
|
<? if ($page_type == "album"):?>
|
|
|
|
|
<?= $theme->album_menu() ?>
|
|
|
|
|
<? elseif ($page_type == "photo") : ?>
|
|
|
|
|
<?= $theme->photo_menu() ?>
|
2009-06-14 22:27:26 -07:00
|
|
|
<? elseif ($page_type == "tag") : ?>
|
|
|
|
|
<?= $theme->tag_menu() ?>
|
2009-02-12 04:25:43 +00:00
|
|
|
<? endif ?>
|
|
|
|
|
</div>
|
2009-01-04 03:43:12 +00:00
|
|
|
</div>
|
2008-12-13 23:02:16 +00:00
|
|
|
|
2008-11-22 21:46:34 +00:00
|
|
|
<?= $theme->sidebar_blocks() ?>
|
|
|
|
|
<?= $theme->sidebar_bottom() ?>
|