X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/6fb8790fb4ced6b18a5c7a22d02e0cf15516231a..4aa12354e396c6f1551076d515e0e7a81bf54266:/templates/bookmarks.tpl.php diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index a535590..fa40561 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -89,6 +89,12 @@ if (count($bookmarks) > 0) { $address = filter($row['bAddress']); + // Internet Archive WayBack Links + $archive_link = ''; + if ($GLOBALS["archive_links"]) { + $archive_link = ' - ' . T_('Archived Link') . ''; + } + // Redirection option if ($GLOBALS['useredir']) { $address = $GLOBALS['url_redir'] . $address; @@ -101,9 +107,9 @@ if (count($bookmarks) > 0) { echo '