Home page Updated.
This commit is contained in:
parent
8f6a2f8344
commit
13a0c66761
1 changed files with 7 additions and 4 deletions
|
@ -8,10 +8,13 @@
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
<div class="userPicContainer">
|
<div class="userPicContainer">
|
||||||
<a class="navbar-brand {if userid()} nopadding {/if}" style="{if userid()} padding-top: 7px ! important; {/if}" href="#">
|
|
||||||
{if userid()}
|
{if userid()}
|
||||||
|
<!--<a class="navbar-brand {if userid()} nopadding {/if}" style="{if userid()} padding-top: 7px ! important; {/if}" href="#">
|
||||||
<img class="cb_img_thum" src="{$userquery->getUserThumb('','small',userid())}" style="width: 40px; height: 40px;"/>
|
<img class="cb_img_thum" src="{$userquery->getUserThumb('','small',userid())}" style="width: 40px; height: 40px;"/>
|
||||||
|
My Account
|
||||||
|
</a>-->
|
||||||
{/if}
|
{/if}
|
||||||
|
<a class="navbar-brand" href="#">
|
||||||
My Account
|
My Account
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue