diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-15 00:38:59 -0700 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-15 00:38:59 -0700 |
| commit | 11f5560713e3597df772cbdd9bae5a5f638ee870 (patch) | |
| tree | 662df437d2d8e6c6ec8a81faf8fd99f8c36b23f7 /themes/night_wind/views/dynamic.html.php | |
| parent | a6f1d3ad44a658dc4f813d96735d033248e4de89 (diff) | |
| parent | 967b17204b4e038fa2181473e80fcba143d30970 (diff) | |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'themes/night_wind/views/dynamic.html.php')
| -rw-r--r-- | themes/night_wind/views/dynamic.html.php | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/themes/night_wind/views/dynamic.html.php b/themes/night_wind/views/dynamic.html.php deleted file mode 100644 index aa347402..00000000 --- a/themes/night_wind/views/dynamic.html.php +++ /dev/null @@ -1,29 +0,0 @@ -<?php defined("SYSPATH") or die("No direct script access.") ?> -<div id="g-album-header"> - <div id="g-album-header-buttons"> - <?= $theme->dynamic_top() ?> - </div> - <h1><?= html::clean($title) ?></h1> -</div> - -<ul id="g-album-grid"> - <? foreach ($children as $i => $child): ?> - <li class="g-item <?= $child->is_album() ? "g-album" : "" ?>"> - <?= $theme->thumb_top($child) ?> - <a href="<?= $child->url() ?>"> - <img id="g-photo-id-<?= $child->id ?>" class="g-thumbnail" - alt="photo" src="<?= $child->thumb_url() ?>" - width="<?= $child->thumb_width ?>" - height="<?= $child->thumb_height ?>" /> - </a> - <h2><?= html::purify($child->title) ?></h2> - <?= $theme->thumb_bottom($child) ?> - <ul class="g-metadata"> - <?= $theme->thumb_info($child) ?> - </ul> - </li> - <? endforeach ?> -</ul> -<?= $theme->dynamic_bottom() ?> - -<?= $theme->pager() ?> |
