Skip to content

Commit

Permalink
💫 API => Developer
Browse files Browse the repository at this point in the history
  • Loading branch information
dphiffer committed Dec 29, 2017
1 parent 6f6c68a commit 97a253e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/templates/inc_head_navi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<ul class="dropdown-menu" aria-labelledby="account-navi" role="menu">
<li><a href="#" onclick="return false;">Hi <span class="hey-look">{$cfg.user.username|escape}</span></a></li>
<li class="divider"></li>
{if "api"|@features_is_enabled}<li><a href="{$cfg.abs_root_url}api/">Application Programming Interface</a></li>{/if}
{if "api"|@features_is_enabled}<li><a href="{$cfg.abs_root_url}api/">Developer</a></li>{/if}
{if 0}<li id="account"><a href="{$cfg.abs_root_url}account/" title="hello, {$cfg.user.username|escape}">Your account</a></li>{/if}
<li id="signout"><a href="{$cfg.abs_root_url}signout/">Sign out</a></li>
{if "admin"|@auth_has_role:$cfg.user.id}
Expand Down

0 comments on commit 97a253e

Please sign in to comment.