mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 00:27:45 +02:00
12
class2.php
12
class2.php
@@ -875,7 +875,17 @@ if (!class_exists('e107table', false))
|
||||
// $this->themeClass = e107::getPref('sitetheme')."_theme"; // disabled at the moment.
|
||||
$this->adminThemeClass = e107::getPref('admintheme')."_admintheme"; // Check for a class.
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @param $style
|
||||
*/
|
||||
function setStyle($style)
|
||||
{
|
||||
$this->eSetStyle = $style;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param $caption string caption text
|
||||
* @param $text string
|
||||
|
Reference in New Issue
Block a user