View Single Post
  #6  
Old 12-08-2004, 06:57 AM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

You will need to make the following change to the bottom of pages.php

Code:
# Assign the current location line $smarty->assign("location", $location); $smarty->assign("printable", $printable);

You are adding this line

Code:
$smarty->assign("printable", $printable);
Reply With Quote