diff options
Diffstat (limited to 'themes/default/views/album.html.php')
| -rw-r--r-- | themes/default/views/album.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index 70d9e944..84afdc35 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -8,8 +8,8 @@ <img src="<?= $theme->url("images/ico-view-hybrid.png") ?>" alt="<?= _("View album in hybrid mode") ?>" /></a></li> <li><?= $theme->album_top() ?></li> - <li><a href="<?= url::site("photos/add") ?>" title="<?= _("Add a photo") ?>" - class="gButtonLink gDialogLink"><?= _("Add Items") ?></a></li> + <li><a href="<?= url::site("/form/add/photos/$item->id") ?>" title="<?= _("Add an item") ?>" + class="gButtonLink gDialogLink"><?= _("Add an item") ?></a></li> </ul> <h1><?= $item->title_edit ?></h1> |
