short-url in listing header and printout; listing header redesign

This commit is contained in:
following
2013-05-07 19:04:13 +02:00
parent 357b9a890b
commit 3bf236ea99
7 changed files with 97 additions and 61 deletions
+2
View File
@@ -314,6 +314,8 @@ function getChildWaypoints($cacheid)
$cachemap['url'] = $url;
$tpl->assign('cachemap', $cachemap);
$tpl->assign('shortlink_domain', $opt['logic']['shortlink_domain']);
// display the page
$tpl->display();
?>