Archived
1
0

added basic code to show the template

This commit is contained in:
nilsding
2014-08-18 14:51:00 +02:00
parent a54b2d5a6c
commit 2dfe16ef36
5 changed files with 51 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">{$site_title}</a>
<a class="navbar-brand" href="#">{$site_name}</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
@@ -18,7 +18,7 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{$user_name}<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="ucp.php">Inbox</a></li>
<li><a href="ucp.php">Inbox{if="$new_words_count > 0"}{$new_words_count}{/if}</a></li>
<li><a href="ucp.php?page=settings">Settings</a></li>
{else}
<li><a href="ucp.php?page=login">Login</a></li>