9
i tried, i can't get it to work:
xoops_cp_header();
$xoTheme->addStylesheet(XOOPS_URL . '/modules/yourmodule/style.css');
xoops_cp_footer();
Error:
Fatal error: Call to a member function addStylesheet() on a non-object .........
Version.php:
/**
* DEFINE Versioning
*/
define('XOOPS_VERSION', 'XOOPS 2.4.0');