<?php function SetIncludes(&$view, $string) { $r = str_replace('$PHRITZ_ROOT', PHRITZ_ROOT, $string); return str_replace('$INCLUDE_PATH', PHRITZ_ROOT.DIR_SEP.$view->getThemePath(), $r); } ?>
info at phpclasses dot org