From 90b137802a30b8750a981e50d929d2792feb8f80 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Fri, 20 Aug 2010 01:28:16 +0000 Subject: 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. --- themes/wind_npk/views/album.html.php | 42 --------- themes/wind_npk/views/block.html.php | 10 -- themes/wind_npk/views/dynamic.html.php | 29 ------ themes/wind_npk/views/movie.html.php | 19 ---- themes/wind_npk/views/no_sidebar.html.php | 6 -- themes/wind_npk/views/page.html.php | 151 ------------------------------ themes/wind_npk/views/paginator.html.php | 87 ----------------- themes/wind_npk/views/photo.html.php | 38 -------- themes/wind_npk/views/sidebar.html.php | 16 ---- 9 files changed, 398 deletions(-) delete mode 100644 themes/wind_npk/views/album.html.php delete mode 100644 themes/wind_npk/views/block.html.php delete mode 100644 themes/wind_npk/views/dynamic.html.php delete mode 100644 themes/wind_npk/views/movie.html.php delete mode 100644 themes/wind_npk/views/no_sidebar.html.php delete mode 100644 themes/wind_npk/views/page.html.php delete mode 100644 themes/wind_npk/views/paginator.html.php delete mode 100644 themes/wind_npk/views/photo.html.php delete mode 100644 themes/wind_npk/views/sidebar.html.php (limited to 'themes/wind_npk/views') diff --git a/themes/wind_npk/views/album.html.php b/themes/wind_npk/views/album.html.php deleted file mode 100644 index 43565b45..00000000 --- a/themes/wind_npk/views/album.html.php +++ /dev/null @@ -1,42 +0,0 @@ - - -
- album_top() ?> -

title) ?>

-
description)) ?>
-
- - -album_bottom() ?> - -paginator() ?> diff --git a/themes/wind_npk/views/block.html.php b/themes/wind_npk/views/block.html.php deleted file mode 100644 index 699d7c22..00000000 --- a/themes/wind_npk/views/block.html.php +++ /dev/null @@ -1,10 +0,0 @@ - - - - -
-

-
- -
-
diff --git a/themes/wind_npk/views/dynamic.html.php b/themes/wind_npk/views/dynamic.html.php deleted file mode 100644 index a8a4d362..00000000 --- a/themes/wind_npk/views/dynamic.html.php +++ /dev/null @@ -1,29 +0,0 @@ - -
-
- dynamic_top() ?> -
-

-
- - -dynamic_bottom() ?> - -paginator() ?> 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 @@ - -
- photo_top() ?> - - paginator() ?> - -
- resize_top($item) ?> - movie_img(array("class" => "g-movie", "id" => "g-item-id-{$item->id}")) ?> - resize_bottom($item) ?> -
- -
-

title) ?>

-
description)) ?>
-
- - photo_bottom() ?> -
diff --git a/themes/wind_npk/views/no_sidebar.html.php b/themes/wind_npk/views/no_sidebar.html.php deleted file mode 100644 index a9eb0e3e..00000000 --- a/themes/wind_npk/views/no_sidebar.html.php +++ /dev/null @@ -1,6 +0,0 @@ - - diff --git a/themes/wind_npk/views/page.html.php b/themes/wind_npk/views/page.html.php deleted file mode 100644 index 9f94b04f..00000000 --- a/themes/wind_npk/views/page.html.php +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - <? if ($page_title): ?> - <?= $page_title ?> - <? else: ?> - <? if ($theme->item()): ?> - <? if ($theme->item()->is_album()): ?> - <?= t("Browse Album :: %album_title", array("album_title" => $theme->item()->title)) ?> - <? elseif ($theme->item()->is_photo()): ?> - <?= t("Photo :: %photo_title", array("photo_title" => $theme->item()->title)) ?> - <? else: ?> - <?= t("Movie :: %movie_title", array("movie_title" => $theme->item()->title)) ?> - <? endif ?> - <? elseif ($theme->tag()): ?> - <?= t("Browse Tag :: %tag_title", array("tag_title" => $theme->tag()->name)) ?> - <? else: /* Not an item, not a tag, no page_title specified. Help! */ ?> - <?= t("Gallery") ?> - <? endif ?> - <? endif ?> - - " type="image/x-icon" /> - css("yui/reset-fonts-grids.css") ?> - css("superfish/css/superfish.css") ?> - css("themeroller/ui.base.css") ?> - css("gallery.common.css") ?> - css("screen.css") ?> - - page_type == "collection"): ?> - - - - - - - script("jquery.js") ?> - script("jquery.form.js") ?> - script("jquery-ui.js") ?> - script("gallery.common.js") ?> - - - script("gallery.ajax.js") ?> - script("gallery.dialog.js") ?> - script("superfish/js/superfish.js") ?> - script("jquery.localscroll.js") ?> - script("ui.init.js") ?> - - head() they get combined */ ?> - page_subtype == "photo"): ?> - script("jquery.scrollTo.js") ?> - script("gallery.show_full_size.js") ?> - page_subtype == "movie"): ?> - script("flowplayer.js") ?> - - - head() ?> - - - body_attributes() ?>> - page_top() ?> -
- site_status() ?> -
-
- - - - - - user_menu() ?> - header_top() ?> - - - - - - header_bottom() ?> -
- - item() && !empty($parents)): ?> - - -
-
-
-
-
- messages() ?> - -
-
-
-
- page_subtype != "login"): ?> - - -
-
- -
- page_bottom() ?> - - diff --git a/themes/wind_npk/views/paginator.html.php b/themes/wind_npk/views/paginator.html.php deleted file mode 100644 index 5034c965..00000000 --- a/themes/wind_npk/views/paginator.html.php +++ /dev/null @@ -1,87 +0,0 @@ - - - - diff --git a/themes/wind_npk/views/photo.html.php b/themes/wind_npk/views/photo.html.php deleted file mode 100644 index c17d6b90..00000000 --- a/themes/wind_npk/views/photo.html.php +++ /dev/null @@ -1,38 +0,0 @@ - - -item())): ?> - - - - -
- photo_top() ?> - - paginator() ?> - - - -
- -
description)) ?>
-
- - photo_bottom() ?> -
diff --git a/themes/wind_npk/views/sidebar.html.php b/themes/wind_npk/views/sidebar.html.php deleted file mode 100644 index 086d1359..00000000 --- a/themes/wind_npk/views/sidebar.html.php +++ /dev/null @@ -1,16 +0,0 @@ - -sidebar_top() ?> -
- - album_menu() ?> - - photo_menu() ?> - - movie_menu() ?> - - tag_menu() ?> - -
- -sidebar_blocks() ?> -sidebar_bottom() ?> -- cgit v1.2.3