diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2010-08-19 23:26:27 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2010-08-19 23:26:27 +0000 |
| commit | f191adfe7897adb350f68f422a651785acb25e21 (patch) | |
| tree | 8fea27af052e8849ff26fcd2cb8d9a219574b901 /themes/wind_npk/views/album.html.php | |
| parent | 691ce806dc9aefac596a692ff2ba927a81a65440 (diff) | |
Copied default Gallery3 Wind theme to a new one so that I could make mods, such as hiding image titles.
Diffstat (limited to 'themes/wind_npk/views/album.html.php')
| -rw-r--r-- | themes/wind_npk/views/album.html.php | 4 |
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: ?> |
