From 191c5b356d89bc62e40268e7cec43e11dc5dafa9 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Mon, 20 Jun 2011 19:02:50 -0400 Subject: New views for the nav bar. --- views/elements/authnav.html.php | 19 +++---------------- views/elements/normalnav.html.php | 14 ++++++++++++-- 2 files changed, 15 insertions(+), 18 deletions(-) (limited to 'views/elements') diff --git a/views/elements/authnav.html.php b/views/elements/authnav.html.php index 80493ba..eab05aa 100644 --- a/views/elements/authnav.html.php +++ b/views/elements/authnav.html.php @@ -4,31 +4,18 @@
  • Anime
  • Manga
  • -
  • Stuff - - - -
  • -
  • Foo - -
  • -
  • Contact Us
  • +
  • Settings
  • Logout
  • form->create(null, array('url' => '/search/index/anime', 'class' => 'search', 'style' => 'height:20px', 'method' => 'get')); ?> diff --git a/views/elements/normalnav.html.php b/views/elements/normalnav.html.php index 460eb16..c700aba 100644 --- a/views/elements/normalnav.html.php +++ b/views/elements/normalnav.html.php @@ -1,3 +1,5 @@ +
  • Contact Us
  • -
  • Login
  • +
  • Login
  • form->create(null, array('url' => '/search/index/anime', 'class' => 'search', 'style' => 'height:20px', 'method' => 'get')); ?> form->text('search', array('value' => 'Search...', 'onFocus' => 'clearDefault(this)', 'class' => 'sidebar-search', 'style' => 'width:200px')); ?> @@ -37,4 +39,12 @@

  • - \ No newline at end of file + + \ No newline at end of file -- cgit v1.2.3