X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=b44ec4630e59924129bd33e0c1d4c8621bfe9d7c;hb=0fe36414c86e8417974d847f8d6d28c90def9ccc;hp=1d63efcd809842eb03d24a7f189f15815733374d;hpb=7d338fa5315a9de59cfff924114ec73e62380466;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 1d63efcd..b44ec463 100644 --- a/index.php +++ b/index.php @@ -2006,6 +2006,7 @@ function buildLinkList($PAGE,$LINKSDB) $PAGE->assign('redirector',empty($GLOBALS['redirector']) ? '' : $GLOBALS['redirector']); // Optional redirector URL. $PAGE->assign('token',$token); $PAGE->assign('links',$linkDisp); + $PAGE->assign('tags', $LINKSDB->allTags()); return; }