Merge pull request #292 from git-marijus/master
dont show an empty link to profile creation if multi_profile is not enabled
This commit is contained in:
commit
f2f1857876
@ -10,8 +10,7 @@
|
|||||||
</li>
|
</li>
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
<li><a href="profile_photo" >{{$profile.menu.chg_photo}}</a></li>
|
<li><a href="profile_photo" >{{$profile.menu.chg_photo}}</a></li>
|
||||||
<li><a href="profiles/new" id="profile-listing-new-link">{{$profile.menu.cr_new}}</a></li>
|
{{if $profile.menu.cr_new}}<li><a href="profiles/new" id="profile-listing-new-link">{{$profile.menu.cr_new}}</a></li>{{/if}}
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Reference in New Issue
Block a user