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-10-04 00:27:22 -06:00
|
|
|
<div class="g-toolbar">
|
2009-10-07 00:46:02 -06:00
|
|
|
<div id="g-view-menu" class="g-buttonset g-clearfix">
|
2009-02-12 04:25:43 +00:00
|
|
|
<? if ($page_type == "album"):?>
|
|
|
|
|
<?= $theme->album_menu() ?>
|
|
|
|
|
<? elseif ($page_type == "photo") : ?>
|
|
|
|
|
<?= $theme->photo_menu() ?>
|
2009-09-16 20:34:42 -07:00
|
|
|
<? elseif ($page_type == "movie") : ?>
|
|
|
|
|
<?= $theme->movie_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() ?>
|