View Single Post
Old September 1st, 2004, 02:37 PM   #3 (permalink)
batmon
Registered User
 
Join Date: Jul 2004
Posts: 45
Footer works now too...

Okay... I made NUKE footer works now too...

Here is what I did. go to pp-inc.php and find function printfooter( $headers = "yes" ) {

in this function, there is a line says
Code:
Content visible to verified customers only.
, a line before
Code:
Content visible to verified customers only.
Change
Code:
Content visible to verified customers only.
to
Code:
Content visible to verified customers only.
I guess for the URL links inside, we need to create some kinda function call, is it? Can any of the developer give me some ideas before I did all the changes? Thank you.
batmon is offline   Reply With Quote