MyBB Community Forums

Full Version: Newbie
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
thats becasue

find_replace_templatesets("stats", '\#$footer', "\$server_stats\n\$footer");

should be

find_replace_templatesets("stats", '#\$footer', "\$server_stats\n\$footer");
I'm using this now (Because off another warning)

find_replace_templatesets("stats", '#\$footer#', "\$server_stats\n\$footer");

Thanks Big Grin Big Grin You're good Toungue