View Single Post
  #1  
Old 12th September 2009, 08:59
Edgein's Avatar
Edgein Edgein is offline
Senior Member
 
Join Date: Sep 2008
Netherlands
Posts: 154
Smile [FTS 1.1] Center bb code
i like the center code for the news page and the details page

so i put it into the script

if you need it to

edit globalfunctions.php

find

PHP Code:
    $s preg_replace"/\[marquee\]((\s|.)+?)\[\/marquee\]/""<marquee>\\1</marquee>",
        
$s ) ; 
and place under

PHP Code:
    $s preg_replace"/\[center\]((\s|.)+?)\[\/center\]/""<center>\\1</center>",
        
$s ) ; 
grtzz edgein
Reply With Quote