summaryrefslogtreecommitdiff
path: root/themes/wind/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-09-18 17:51:25 -0700
committerBharat Mediratta <bharat@menalto.com>2010-09-18 17:51:25 -0700
commit93d1a8103e757a87fb006f2389f0ee24497367a7 (patch)
tree5fde9e2076ddd3af2de0c4dcaaf1d6400c4ff6ce /themes/wind/views
parentf14290f34f097f525a56bc00070b73fba1fb8e2c (diff)
Revert "Move the contents of lib/gallery.common.css into themes/wind/css/screen.php and themes/admin_wind/css/screen.php. Most themers seem to copy the contents into their theme's screen.css anyway."
This reverts commit 42517041753d460c337a2086c0346018ad582e8d.
Diffstat (limited to 'themes/wind/views')
-rw-r--r--themes/wind/views/page.html.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php
index b3379416..e620d652 100644
--- a/themes/wind/views/page.html.php
+++ b/themes/wind/views/page.html.php
@@ -27,6 +27,7 @@
<?= $theme->css("yui/reset-fonts-grids.css") ?>
<?= $theme->css("superfish/css/superfish.css") ?>
<?= $theme->css("themeroller/ui.base.css") ?>
+ <?= $theme->css("gallery.common.css") ?>
<?= $theme->css("screen.css") ?>
<!--[if lte IE 8]>
<link rel="stylesheet" type="text/css" href="<?= $theme->url("css/fix-ie.css") ?>"