Home
last modified time | relevance | path

Searched refs:SMILEYS (Results 1 – 3 of 3) sorted by relevance

/plugin/ckgdoku/ckeditor/
H A Ddwsmileys.php6 $SMILEYS = realpath(dirname(__FILE__).'/../../../../').'/conf/smileys.conf'; variable
7 if(!file_exists($SMILEYS)) $SMILEYS ='/etc/dokuwiki/smileys.conf'; variable
8 $LOCAL = preg_replace("/\.conf$/", '.local.conf', $SMILEYS) ;
10 readfile($SMILEYS);
/plugin/ckgedit/ckeditor/
H A Ddwsmileys.php6 $SMILEYS = realpath(dirname(__FILE__).'/../../../../').'/conf/smileys.conf'; variable
7 if(!file_exists($SMILEYS)) $SMILEYS ='/etc/dokuwiki/smileys.conf'; variable
8 $LOCAL = preg_replace("/\.conf$/", '.local.conf', $SMILEYS) ;
10 readfile($SMILEYS);
/plugin/fckg/fckeditor/
H A Ddwsmileys.php6 $SMILEYS = realpath(dirname(__FILE__).'/../../../../').'/conf/smileys.conf'; variable
7 if(!file_exists($SMILEYS)) $SMILEYS ='/etc/dokuwiki/smileys.conf'; variable
8 readfile($SMILEYS);