diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2010-08-20 01:28:16 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2010-08-20 01:28:16 +0000 |
| commit | 90b137802a30b8750a981e50d929d2792feb8f80 (patch) | |
| tree | 79f92e0aff859dc3eee55ba843021330df4ce08d /themes/wind_npk/views/movie.html.php | |
| parent | 39d30154332c2daff124c65b8b784e8c6e1058c1 (diff) | |
Get rid of wind_npk theme, since now I've got regular Wind theme under version control I can just edit it directly without worry.
Diffstat (limited to 'themes/wind_npk/views/movie.html.php')
| -rw-r--r-- | themes/wind_npk/views/movie.html.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/themes/wind_npk/views/movie.html.php b/themes/wind_npk/views/movie.html.php deleted file mode 100644 index 158857db..00000000 --- a/themes/wind_npk/views/movie.html.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php defined("SYSPATH") or die("No direct script access.") ?> -<div id="g-item"> - <?= $theme->photo_top() ?> - - <?= $theme->paginator() ?> - - <div id="g-movie" class="ui-helper-clearfix"> - <?= $theme->resize_top($item) ?> - <?= $item->movie_img(array("class" => "g-movie", "id" => "g-item-id-{$item->id}")) ?> - <?= $theme->resize_bottom($item) ?> - </div> - - <div id="g-info"> - <h1><?= html::purify($item->title) ?></h1> - <div><?= nl2br(html::purify($item->description)) ?></div> - </div> - - <?= $theme->photo_bottom() ?> -</div> |
