Merge pull request #892 from TheSerapher/issue-883

[FIX] Added missing space in Getting Started link
This commit is contained in:
Sebastian Grewe 2013-12-03 01:03:44 -08:00
commit 08e988a581

View File

@ -60,7 +60,7 @@
{/if}
<h3>Help</h3>
<ul class="toggle">
<li class="icon-desktop"><a href="{$smarty.server.PHP_SELF}?page=gettingstarted">GettingStarted</a></li>
<li class="icon-desktop"><a href="{$smarty.server.PHP_SELF}?page=gettingstarted">Getting Started</a></li>
{if !$GLOBAL.website.about.disabled}
<li class="icon-doc"><a href="{$smarty.server.PHP_SELF}?page=about&action=pool">About</a></li>
{/if}