tra('Powered By'), 'description' => tra('Powered by Tiki, and others'), 'params' => [ 'tiki' => [ 'name' => tra('Tiki'), 'description' => tra('Shows "Powered by Tiki Wiki CMS Groupware" message') . ' (y/n)', 'filter' => 'alpha', ], 'version' => [ 'name' => tra('Version'), 'description' => tra('Tiki version info') . ' (y/n)', 'filter' => 'alpha', ], 'credits' => [ 'name' => tra('Credits'), 'description' => tra('Shows theme credits (contents of credits.tpl)') . ' (y/n)', 'filter' => 'alpha', ], 'icons' => [ 'name' => tra('Icons'), 'description' => tra('Shows various "powered by" icons') . ' (y/n)', 'filter' => 'alpha', ], ], ]; } /** * @param $mod_reference * @param $module_params */ function module_poweredby($mod_reference, $module_params) { }