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 () {
|
function print_footer () {
|
||||||
echo '<p id="footer">';
|
echo '<div id="footer">';
|
||||||
echo '<a href="http://www.frech.ch/online-bookmarks/" target="_blank">Online-Bookmarks</a>' . "\n";
|
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");
|
@readfile (ABSOLUTE_PATH . "VERSION");
|
||||||
echo ' by Stefan Frech';
|
echo ' by Stefan Frech.';
|
||||||
echo "</p>\n";
|
echo "</p>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
10
style.css
10
style.css
@@ -170,7 +170,7 @@ span.public {
|
|||||||
div.description {
|
div.description {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
div.description, span.private, span.public, span.date {
|
div.description, span.private, span.public, span.date, a.footer {
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
}
|
}
|
||||||
.invisible {
|
.invisible {
|
||||||
@@ -188,12 +188,10 @@ div#content {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Footer */
|
/* Footer */
|
||||||
p#footer {
|
div#footer {
|
||||||
clear: both;
|
clear: both;
|
||||||
font-size: 0.9em;
|
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
text-align: center;
|
font-size: smaller;
|
||||||
border: 1px solid #bbb;
|
font-style:italic;
|
||||||
background-color:#bbb;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user