public static function add_asset_path($path, $position = 1) { Core::load('Templates.HTML'); Templates_HTML::append_assets_path($path, $position); }