4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: abdoh2010 on June 17, 2005, 04:20:51 PM

Title: [Q] replace in the output templates ?
Post by: abdoh2010 on June 17, 2005, 04:20:51 PM
hello every one

i have a quastion about the output templates in the 4images
i would like to add a php replace line to replace what ever in the output templates with what i want

example

preg_replace(''/\>\s+\</', '> <', $output_template);

i think it's myebe in the sessions.php file in the includes folder but i am not shore about the code line it self and witch line it should be

any body help please ?
Title: Re: [Q] replace in the output templates ?
Post by: V@no on June 18, 2005, 12:27:14 AM
add it in includes/templates.php
below this line:
Code: [Select]
$template = $this->get_template($template);