diff --git a/index.php b/index.php index c256802..303e2a6 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,8 @@ assign("headline", $headline); $smarty->assign("web_url", $web_url); $smarty->assign("lists", $lists_new); $smarty->assign("domain", $domain); $smarty->assign("username", $_SESSION["username"]); +$smarty->assign("loadingtime", $loadingtime); $smarty->display("index.tpl"); ?> diff --git a/info.svg b/info.svg new file mode 100644 index 0000000..1fcd24f --- /dev/null +++ b/info.svg @@ -0,0 +1 @@ + diff --git a/misc/smarty/templates_en/index.tpl b/misc/smarty/templates_en/index.tpl index dd80361..7c5c296 100644 --- a/misc/smarty/templates_en/index.tpl +++ b/misc/smarty/templates_en/index.tpl @@ -58,13 +58,19 @@ {foreach $lists as $list} - {if $list == 1} + {if $list.iamowner == 1}