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