From a9a4930d74ba07771507cc82bc7ef4552be85d39 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 3 Jul 2011 17:43:43 -0700 Subject: nuke a lot of styles, images --- views/elements/authnav.html.php | 2 +- views/elements/empty | 0 views/elements/normalnav.html.php | 2 +- views/layouts/default.html.php | 6 +-- views/pages/home.html.php | 84 +++++++++++++-------------------------- 5 files changed, 33 insertions(+), 61 deletions(-) delete mode 100644 views/elements/empty (limited to 'views') diff --git a/views/elements/authnav.html.php b/views/elements/authnav.html.php index 9b0af38..012ddde 100644 --- a/views/elements/authnav.html.php +++ b/views/elements/authnav.html.php @@ -12,7 +12,7 @@ form->create(null, array('url' => '/search/index/anime', 'class' => 'search', 'method' => 'get')); ?> form->text('search', array('value' => 'Search...', 'onFocus' => 'clearDefault(this)', 'style' => 'width: 200px')); ?> - + form->end(); ?>