Skip to content

Commit

Permalink
New donation. (thx ???)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricerbot committed Nov 9, 2017
1 parent e280d5e commit 8541d2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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">4 donations</a></div>'.PHP_EOL;
'<div><a href="'.GWF_WEB_ROOT.'donations">5 donations</a></div>'.PHP_EOL;
return
$this->sidebox($this->module->lang('rp_stats').$btn, $box);
}
Expand Down
9 changes: 6 additions & 3 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: 3
Sum: €170,00
<pre>Donors: 4
Sum: €220,00
Goal: €350,00
</pre>
</div>
Expand All @@ -45,10 +45,13 @@

<hr>

<div class="box">
<h2>Hall of purchased Fame :)</h2>
<ol>
<li><em>&quot;I challenge you to donate more than I did :)!&quot;</em> – ???</li>
<li>3.Oct.2017 – <em>&quot;I challenge you to donate more than I did :)!&quot;</em> – ???</li>
<li>8.Nov.2017 – <em>When in doubt, .slap dloser</em> – ???</li>
</ol>
</div>

<hr>

Expand Down

0 comments on commit 8541d2d

Please sign in to comment.