./inc/modules/guest/what-top10.php:74: // @TODO Rewritings: uid->userid,nick->nickname,logins->total_logins in template
./inc/modules/member/what-bonus.php:55: // @TODO Rewrite this to a filter
./inc/modules/member/what-categories.php:112: // @TODO Rewrite this to use $OUT .= ...
+./inc/modules/member/what-doubler.php:54:// @TODO Rewrite these all constants
./inc/modules/member/what-mydata.php:53:// @TODO Try to rewrite this constant
./inc/modules/member/what-nickname.php:87: // @TODO Rewrite this constant
./inc/modules/member/what-order.php:444: // @TODO Rewrite this to a filter
ADD_DESCR('member', __FILE__);
// Percent values etc.
+// @TODO Rewrite these all constants
define('__CHARGE_VALUE', translateComma(getConfig('doubler_charge') * 100));
define('__REF_VALUE' , translateComma(getConfig('doubler_ref') * 100));
define('__TOTAL_VALUE' , translateComma(getConfig('doubler_points')));