summaryrefslogtreecommitdiff
path: root/themes/wind_npk/views/album.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/wind_npk/views/album.html.php')
-rw-r--r--themes/wind_npk/views/album.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/wind_npk/views/album.html.php b/themes/wind_npk/views/album.html.php
index eabe07c3..43565b45 100644
--- a/themes/wind_npk/views/album.html.php
+++ b/themes/wind_npk/views/album.html.php
@@ -21,7 +21,7 @@
<?= $theme->thumb_bottom($child) ?>
<?= $theme->context_menu($child, "#g-item-id-{$child->id} .g-thumbnail") ?>
<h2><span class="<?= $item_class ?>"></span>
- <a href="<?= $child->url() ?>"><?= html::purify($child->title) ?></a></h2>
+ <a href="<?= $child->url() ?>"><!--<?= html::purify($child->title) ?>--></a></h2>
<ul class="g-metadata">
<?= $theme->thumb_info($child) ?>
</ul>
@@ -29,7 +29,7 @@
<? endforeach ?>
<? else: ?>
<? if ($user->admin || access::can("add", $item)): ?>
- <? $addurl = url::file("index.php/simple_uploader/app/$item->id") ?>
+ <? $addurl = url::site("uploader/index/$item->id") ?>
<li><?= t("There aren't any photos here yet! <a %attrs>Add some</a>.",
array("attrs" => html::mark_clean("href=\"$addurl\" class=\"g-dialog-link\""))) ?></li>
<? else: ?>