mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Load TinyMce editor CSS from library.
This commit is contained in:
@@ -2764,6 +2764,17 @@ class e_parse extends e_parser
|
||||
*/
|
||||
public function replaceConstants($text, $mode = '', $all = FALSE)
|
||||
{
|
||||
if(is_array($text))
|
||||
{
|
||||
$new = array();
|
||||
foreach($text as $k=>$v)
|
||||
{
|
||||
$new[$k] = $this->replaceConstants($v,$mode,$all);
|
||||
}
|
||||
|
||||
return $new;
|
||||
}
|
||||
|
||||
|
||||
if($mode != "")
|
||||
{
|
||||
|
Reference in New Issue
Block a user