diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/views/album.html.php | 10 | ||||
-rw-r--r-- | themes/default/views/photo.html.php | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index e58648b7..cad41509 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -4,16 +4,6 @@ <li><a href="#" id="gAlbumLink" title="<?= _("View album") ?>"><?= _("Album view") ?></a></li> <li><a href="#" id="gHybridLink" title="<?= _("View album in hybrid mode") ?>"><?= _("Hybrid view") ?></a></li> <li><?= $theme->album_top() ?></li> - <li><a href="#">Options</a> - <ul> - <li><a href="<?= url::site("/form/add/photos/$item->id") ?>" - title="<?= _("Add an item") ?>" - class="gDialogLink"><?= _("Add an item") ?></a></li> - <li><a href="<?= url::site("/form/add/albums/$item->id") ?>" - title="<?= _("Add album") ?>" - class="gDialogLink"><?= _("Add album") ?></a></li> - </ul> - </li> </ul> <h1><?= $item->title_edit ?></h1> diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index 55872e08..5b4da2b7 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -4,16 +4,6 @@ <li><a href="#" id="gFullsizeLink" title="<?= _("View full size image") ?>"><?= _("View full size image") ?></a></li> <li><a href="#" id="gHybridLink" title="<?= _("View album in hybrid mode") ?>"><?= _("Hybrid view") ?></a></li> <li><?= $theme->album_top() ?></li> - <li><a href="#">Options</a> - <ul> - <li><a href="<?= url::site("/form/add/photos/$item->id") ?>" - title="<?= _("Add an item") ?>" - class="gDialogLink"><?= _("Add an item") ?></a></li> - <li><a href="<?= url::site("/form/add/albums/$item->id") ?>" - title="<?= _("Add album") ?>" - class="gDialogLink"><?= _("Add album") ?></a></li> - </ul> - </li> </ul> <h1><?= $item->title_edit ?></h1> |