Replaced existing footer with a new one, showing bookmarks and folder count.
This commit is contained in:
@@ -435,10 +435,13 @@ function set_num_array ($array){
|
||||
}
|
||||
|
||||
function print_footer () {
|
||||
echo '<p id="footer">';
|
||||
echo '<a href="http://www.frech.ch/online-bookmarks/" target="_blank">Online-Bookmarks</a>' . "\n";
|
||||
echo '<div id="footer">';
|
||||
object_count();
|
||||
echo "<br>\n";
|
||||
|
||||
echo '<a class="footer" href="http://www.frech.ch/online-bookmarks/" target="_blank">Online-Bookmarks</a>' . "\n";
|
||||
@readfile (ABSOLUTE_PATH . "VERSION");
|
||||
echo ' by Stefan Frech';
|
||||
echo ' by Stefan Frech.';
|
||||
echo "</p>\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user