From 08f4d9965903ddab7545932ae601068513b90906 Mon Sep 17 00:00:00 2001 From: shish Date: Thu, 19 Jul 2007 15:46:36 +0000 Subject: [PATCH] links~ git-svn-id: file:///home/shish/svn/shimmie2/trunk@336 7f39781d-f577-437e-ae19-be835c7a54ca --- themes/danbooru/layout.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/danbooru/layout.class.php b/themes/danbooru/layout.class.php index 3b9085bb..6eb5957d 100644 --- a/themes/danbooru/layout.class.php +++ b/themes/danbooru/layout.class.php @@ -95,9 +95,11 @@ class Layout { // bzchan: CUSTOM LINKS are prepared here, change these to whatever you like $custom_links = ""; $custom_links .= "
  • My Account
  • "; - $custom_links .= "
  • Posts
  • "; + $custom_links .= "
  • Posts
  • "; $custom_links .= "
  • Comments
  • "; $custom_links .= "
  • Tags
  • "; + $custom_links .= "
  • Wiki
  • "; + $custom_links .= "
  • More »
  • "; // bzchan: failed attempt to add heading after title_link (failure was it looked bad)