1<?php
2/**
3 lib/plugins/ckgedit/fckeditor/dwsmileys.php
4*/
5
6$SMILEYS = realpath(dirname(__FILE__).'/../../../../').'/conf/smileys.conf';
7if(!file_exists($SMILEYS)) $SMILEYS ='/etc/dokuwiki/smileys.conf';
8$LOCAL = preg_replace("/\.conf$/", '.local.conf', $SMILEYS) ;
9if(file_exists($LOCAL)) readfile($LOCAL);
10readfile($SMILEYS);