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>
|
||||
</button>
|
||||
<div class="userPicContainer">
|
||||
<a class="navbar-brand {if userid()} nopadding {/if}" style="{if userid()} padding-top: 7px ! important; {/if}" href="#">
|
||||
{if userid()}
|
||||
<img class="cb_img_thum" src="{$userquery->getUserThumb('','small',userid())}" style="width: 40px; height: 40px;"/>
|
||||
{/if}
|
||||
{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;"/>
|
||||
My Account
|
||||
</a>-->
|
||||
{/if}
|
||||
<a class="navbar-brand" href="#">
|
||||
My Account
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue