Skip to content

Commit

Permalink
* removed donated link at 'topNavBar'.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Mar 20, 2014
1 parent bcb765b commit 050203f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/common/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ public static function printTopBar()
}
echo html::a(helper::createLink('misc', 'about'), $lang->aboutZenTao, '', "class='about'");
echo $lang->agileTraining;
echo $lang->donate;
echo "<div class='dropdown' id='langSelection'><a href='javascript:;' data-toggle='dropdown'>" . $app->config->langs[$app->cookie->lang] . " <span class='caret'></span></a><ul class='dropdown-menu pull-right'>";
foreach ($app->config->langs as $key => $value)
{
Expand Down

0 comments on commit 050203f

Please sign in to comment.