aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2015-06-09 14:23:28 +0200
committerArthurHoaro <arthur@hoa.ro>2015-06-09 14:23:28 +0200
commit65d62517443b67fc4a180c43b50fe62f11b9e3b6 (patch)
tree17a397a31eda1324710745ed7bbe8773752f77cd /index.php
parentcbecab773526b0c39f3cffa1d4595b5caa781bda (diff)
downloadShaarli-65d62517443b67fc4a180c43b50fe62f11b9e3b6.tar.gz
Shaarli-65d62517443b67fc4a180c43b50fe62f11b9e3b6.tar.zst
Shaarli-65d62517443b67fc4a180c43b50fe62f11b9e3b6.zip
Add awesomplete to tag search shaarli/Shaarli#49
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 9561f63b..021d93ff 100644
--- a/index.php
+++ b/index.php
@@ -2018,6 +2018,7 @@ function buildLinkList($PAGE,$LINKSDB)
2018 $PAGE->assign('redirector',empty($GLOBALS['redirector']) ? '' : $GLOBALS['redirector']); // Optional redirector URL. 2018 $PAGE->assign('redirector',empty($GLOBALS['redirector']) ? '' : $GLOBALS['redirector']); // Optional redirector URL.
2019 $PAGE->assign('token',$token); 2019 $PAGE->assign('token',$token);
2020 $PAGE->assign('links',$linkDisp); 2020 $PAGE->assign('links',$linkDisp);
2021 $PAGE->assign('tags', $LINKSDB->allTags());
2021 return; 2022 return;
2022} 2023}
2023 2024