diff options
Diffstat (limited to 'themes/default/views/album.html.php')
| -rw-r--r-- | themes/default/views/album.html.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index ac02ba6e..8cc11b3e 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -1,8 +1,12 @@ <? defined("SYSPATH") or die("No direct script access."); ?> <div id="gAlbumHeader"> - <div id="gAlbumHeaderButtons"> - <?= $theme->album_top() ?> - </div> + <ul id="gItemMenu"> + <li><?= $theme->album_top() ?></li> + <li><a href="#"><img src="<?= $theme->url("images/ico-view-album.png") ?>" alt="<?= _("View album") ?>" /></a></li> + <li><a href="#"><img src="<?= $theme->url("images/ico-view-hybrid.png") ?>" alt="<?= _("View album in hybrid mode") ?>" /></a></li> + <li><a href="#"><img src="<?= $theme->url("images/ico-view-slideshow.png") ?>" alt="<?= _("View slideshow") ?>" /></a></li> + <li><a href="#" id="gAddItemLink" class="gButtonLink">v <?= _("Options") ?></a></li> + </ul> <h1><?= $item->title_edit ?></h1> <div class="gDescription"><?= $item->description_edit ?></div> </div> |
