diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-11-14 20:28:20 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-14 20:28:20 -0800 |
| commit | 967b17204b4e038fa2181473e80fcba143d30970 (patch) | |
| tree | 222fc62bbc4b062d3e30e9ecfffb37fd6222c4da /themes/night_wind/views/dynamic.html.php | |
| parent | aa1ddba15517d99e4e34d9454fe4853339b17f58 (diff) | |
Moved night_wind to contrib
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() ?> |
