X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Fpage.header.html;h=fc03404edc4263f7aec8237553e0e889c2be6ba4;hb=28f26524609338316cc6e51c743058e6e8c7b12b;hp=18aa77c82ea91d1706ffabb97a645d2698533cd0;hpb=8f816d8ddfe9219e15580cef6e5c9037d1d4fd28;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html index 18aa77c8..fc03404e 100644 --- a/tpl/default/page.header.html +++ b/tpl/default/page.header.html @@ -17,7 +17,7 @@ {$shaarlititle} - {if="isLoggedIn() || $openshaarli"} + {if="$is_logged_in || $openshaarli"}
  • {'Shaare'|t} @@ -30,9 +30,11 @@
  • {'Tag cloud'|t}
  • -
  • - {'Picture wall'|t} -
  • + {if="$thumbnails_enabled"} +
  • + {'Picture wall'|t} +
  • + {/if}
  • {'Daily'|t}
  • @@ -50,7 +52,7 @@
  • {'RSS Feed'|t}
  • - {if="isLoggedIn()"} + {if="$is_logged_in"}
  • {'Logout'|t}
  • @@ -74,7 +76,7 @@ - {if="!isLoggedIn()"} + {if="!$is_logged_in"}
  • - {if="!isLoggedIn()"} + {if="!$is_logged_in"}
    {/if} -{if="!empty($plugin_errors) && isLoggedIn()"} +{if="!empty($plugin_errors) && $is_logged_in"}
    @@ -169,4 +171,18 @@
    {/if} +{if="!empty($global_warnings) && $is_logged_in"} +
    +
    +
    + {loop="global_warnings"} +

    {$value}

    + {/loop} +
    +
    + +
    +
    +{/if} +