According to draft proposal I MUST include in layout customer's existing header.php and footer.php templates.
But then I try to include them, Yii generate error:
PHP error Function ereg() is deprecated
It because customer's templates uses ereg() function:
<?$uri = $_SERVER['REQUEST_URI']; if (ereg("inc_file.php", $uri))Is any possibility to disable/bypass this error without customers templates correction?

Help













