summaryrefslogtreecommitdiff
path: root/themes/default/views/album.html.php
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2008-12-07 07:04:58 +0000
committerChad Kieffer <chad@2tbsp.com>2008-12-07 07:04:58 +0000
commitba18542527531798abca1881497eac60827cb0f8 (patch)
tree985633195ae2be261fd322deb3f0e7966e7a4e08 /themes/default/views/album.html.php
parentc65ae1203295ce07f43bc836dbeda82d1591ccdd (diff)
Yay! Working item upload dialog from the album page!
Diffstat (limited to 'themes/default/views/album.html.php')
-rw-r--r--themes/default/views/album.html.php4
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>