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/page.html.php | 151 ------------------------------------ 1 file changed, 151 deletions(-) delete mode 100644 themes/wind_npk/views/page.html.php (limited to 'themes/wind_npk/views/page.html.php') 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() ?> - - -- cgit v1.2.3