]> git.mjollnir.org Git - s9y.git/commitdiff
fix for don
authorgarvinhicking <garvinhicking>
Fri, 10 Aug 2007 09:59:09 +0000 (09:59 +0000)
committergarvinhicking <garvinhicking>
Fri, 10 Aug 2007 09:59:09 +0000 (09:59 +0000)
include/admin/overview.inc.php

index 558a7793683601d7fb8fc9eb1c86e81b1c003da8..fe1654c01f4cf34f088cae2ecc52f0d9e33bf127 100644 (file)
@@ -31,12 +31,13 @@ serendipity_plugin_api::hook_event('backend_frontpage_display', $output);
 
 if ($output['show_links']) {
     echo '<div class="' . $output['links_css'] . '">' . "\n";
-    echo '<p>' . $output['links_title'] . '</p>' . "\n";
+    echo '<p class="further_links_head">' . $output['links_title'] . '</p>' . "\n";
     echo '<ul>' . "\n";
     foreach($output['links'] AS $link) {
         echo '<li>' . $link . '</li>' . "\n";
     }
     echo '</ul>' . "\n";
+    echo '<p class="further_links_foot" style="display: none"></p>' . "\n";
     echo '</div>' . "\n";
 }
 echo '<h3 class="serendipityWelcomeBack">' . $output['welcome'] . '</h3>';