Vergleich admin/modules/style/module_meta.php - 1.8.5 - 1.8.13

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 14Zeile 14
	die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined.");
}


	die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined.");
}


 
/**
* @return bool true
*/

function style_meta()
{
global $page, $lang, $plugins;

function style_meta()
{
global $page, $lang, $plugins;

Zeile 28Zeile 31
	return true;
}


	return true;
}


 
/**
* @param string $action
*
* @return string
*/

function style_action_handler($action)
{

function style_action_handler($action)
{

	global $page, $lang, $plugins;

	global $page, $plugins;


$page->active_module = "style";



$page->active_module = "style";


Zeile 53Zeile 61
	}
}


	}
}


 
/**
* @return array
*/

function style_admin_permissions()
{
global $lang, $plugins;

function style_admin_permissions()
{
global $lang, $plugins;