Skip to content

Commit

Permalink
Merge pull request #172 from Xety/remove-beta-logo
Browse files Browse the repository at this point in the history
Remove Bêta logo
  • Loading branch information
Xety committed May 29, 2015
2 parents 1201ce5 + cab11bf commit 6a0e2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template/Element/header.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</li>
<?= (isset($this->request->params['prefix']) && strtolower($this->request->params['prefix']) == 'forum') ? '<li class="active">' : '<li>' ?>
<a href="<?= $this->Url->build(['controller' => 'forum', 'action' => 'index', 'prefix' => 'forum']) ?>">
<span data-hover="<?=__("Forum") ?>"><?= __("Forum") ?></span><i class="hidden-xs forum"><?=__("Beta") ?></i>
<span data-hover="<?=__("Forum") ?>"><?= __("Forum") ?></span>
</a>
</li>
<?= (strtolower($this->request->params['controller']) == 'premium') ? '<li class="active">' : '<li>' ?>
Expand Down

0 comments on commit 6a0e2fd

Please sign in to comment.