Skip to content

Commit

Permalink
WeChall: First donation
Browse files Browse the repository at this point in the history
  • Loading branch information
ricerbot committed Oct 3, 2017
1 parent 92cf14d commit 14eff69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/module/WeChall/method/Sidebar2.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ private function displayStats()
'<div><a href="'.GWF_WEB_ROOT.'challs">'.$this->module->lang('rp_challcount', array(GDO::table('WC_Challenge')->countRows())).'</a></div>'.PHP_EOL.
'<div><a href="'.GWF_WEB_ROOT.'forum">'.$this->module->lang('rp_postcount', array($postcount)).'</a></div>'.PHP_EOL.
'<div><a href="'.GWF_WEB_ROOT.'users">'.$this->module->lang('rp_usercount', array(GDO::table('GWF_User')->countRows())).'</a></div>'.PHP_EOL.
'<div><a href="'.GWF_WEB_ROOT.'donations">0 donations</a></div>'.PHP_EOL;
'<div><a href="'.GWF_WEB_ROOT.'donations">1 donation</a></div>'.PHP_EOL;
return
$this->sidebox($this->module->lang('rp_stats').$btn, $box);
}
Expand Down
4 changes: 2 additions & 2 deletions www/tpl/default/module/WeChall/donations.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
We will give an overview here of the donations, manually updated.<br/>
</div>
<div class="box">
<pre>Donors: 0
Sum: € 0,00
<pre>Donors: 1
Sum: € 50,00
Goal: €250,00
</pre>
</div>
Expand Down

0 comments on commit 14eff69

Please sign in to comment.