Design hacked in

This commit is contained in:
sebastian 2005-03-20 19:19:25 +00:00
parent 1f43527041
commit 2d5aea7f05
67 changed files with 1520 additions and 376 deletions

View file

@ -26,7 +26,7 @@
}
function smarty_outputfilter_localizer($compiled, &$smarty)
{
{
$pattern = '/##.*##/U';
return preg_replace_callback($pattern, 'smarty_tra', $compiled);
}