summaryrefslogtreecommitdiffstats
path: root/views/layouts
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-03 17:43:43 -0700
committerraylu <raylu@mixpanel.com>2011-07-03 17:43:43 -0700
commita9a4930d74ba07771507cc82bc7ef4552be85d39 (patch)
tree949c1ca97a935ea0b17aadec0ba6e9f60b85bffc /views/layouts
parenta001b1e8488b2d08e5e3e546800baa8394fc0758 (diff)
downloadotakuhub-a9a4930d74ba07771507cc82bc7ef4552be85d39.tar.xz
nuke a lot of styles, images
Diffstat (limited to 'views/layouts')
-rw-r--r--views/layouts/default.html.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php
index e7a26fa..b53d02a 100644
--- a/views/layouts/default.html.php
+++ b/views/layouts/default.html.php
@@ -5,9 +5,9 @@ use \lithium\security\Auth;
<html>
<head>
<?= $this->html->charset() ?>
- <title>OtakuHub > <?= $this->title() ?></title>
- <?= $this->html->style(array('style', 'base', 'grid')) ?>
- <?= $this->html->style(array('themes/light', 'themes/green')) ?>
+ <title>OtakuHub > <?= $this->title() ?></title>
+ <?= $this->html->style(array('style', 'base')) ?>
+ <?= $this->html->style(array('themes/light')) ?>
<?= $this->html->style(array('prettyPhoto')) ?>
<script src="/js/jquery-1.6.1.min.js" type="text/javascript"></script>