Thread: custom pages
View Single Post
  #2  
Old 03-14-2011, 11:58 PM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 33,325
fadillzzz is an unknown quantity at this point
Default

Add this line to your pages.php
PHP Code:
include("inc/bbcode.php"); 
just right after this
PHP Code:
include("inc/functions.php"); 
Reply With Quote