View Single Post
  #3  
Old 10-30-2010, 08:55 PM
Brewhaus
Sarnak
 
Join Date: Aug 2010
Posts: 38
Default

Also, to make the main profile page work correctly you need to add this into the
(within $template->assign_vars(array( ))) in the character.php file.

Code:
  'NAME' => $name,
Reply With Quote