diff --git a/scuttle.css b/scuttle.css index 0d7ab2b..c2baa8f 100644 --- a/scuttle.css +++ b/scuttle.css @@ -166,6 +166,9 @@ div.link a { div.link a:visited { color: purple; } +div.address { + color: #285; +} div.meta { color: #285; } diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index 368ec8b..42015ef 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -109,6 +109,7 @@ window.onload = playerLoad; if ($row['bDescription'] != '') { echo '
'. filter($row['bDescription']) ."
\n"; } + echo '
'.$address.'
'; echo '
'. date($GLOBALS['shortdate'], strtotime($row['bDatetime'])) . $cats . $copy . $edit ."
\n"; echo "\n"; }