[php]#
# [6] ---------- apres, ajouter -------------------------------------------------
#
// texte en :: [www]http://www.Dagonfield.com[/www]
$texte = preg_replace('`\[www\](http://|https://|ftp://|ftps://|www\.)(.*?)\[/www\]`si', '<table width="500" height="650" cellpadding="0" cellspacing="0" class="tableau" align="center"><tr><td width="100%" height="25" class="td_titre" align="center">url : \\1\\2</td></tr><tr><td width="100%"><iframe frameborder="0" scrolling="auto" width="550" height="650" src="\\1\\2"></iframe></td></tr></table>', $texte);[/php]
Tu devrais passer par configuration_theme.php
