Migration SVN
This commit is contained in:
19
web/themes/underground/template/header.tpl
Executable file
19
web/themes/underground/template/header.tpl
Executable file
@@ -0,0 +1,19 @@
|
||||
{config_load file="lang" section='sidebar'}
|
||||
<div id="header">
|
||||
|
||||
<span id="slogan">{#hosting_slogan#}</span>
|
||||
<!-- Tabs -->
|
||||
{if isset($is_connected)}
|
||||
<ul>
|
||||
<li id="current"><a href="{$HOST}index.xhtml"><span>{#home#}</span></a></li>
|
||||
<li><a href="{$HOST}myaccount.xhtml"><span>{#my_account#}</span></a></li>
|
||||
{if isset($is_client)}
|
||||
<li><a href="{$HOST}myhostings.xhtml"><span>{#my_hostings#}</span></a></li>
|
||||
<li><a href="http://www.kelio.org"><span>{#go_kelio#}</span></a></li>
|
||||
{/if}
|
||||
{if isset($is_admin)}
|
||||
<li><a href="{$HOST}admin.xhtml"><span>{#admin#}</span></a></li>
|
||||
{/if}
|
||||
</ul>
|
||||
{/if}
|
||||
</div>
|
||||
Reference in New Issue
Block a user