I have recently updated from 726 to 762 and my scripts dont work!
I used the Blank Page Template posted here somewhere.
It goes:
Code
<?php
include 'includes/pnAPI.php';
pnInit();
include 'includes/legacy.php';
// pnThemeLoad();
define("LOADED_AS_MODULE","1");
# includes the mainfile functions and the header junk
if (!isset($mainfile)) { include("mainfile.php"); }
include("header.php");
?>
HTML HERE
<?php
// include footer junk
include("footer.php");
?>
include 'includes/pnAPI.php';
pnInit();
include 'includes/legacy.php';
// pnThemeLoad();
define("LOADED_AS_MODULE","1");
# includes the mainfile functions and the header junk
if (!isset($mainfile)) { include("mainfile.php"); }
include("header.php");
?>
HTML HERE
<?php
// include footer junk
include("footer.php");
?>
This doesnt work for 762. Does anybody have a similar script to this?
Thanks alot
Vk1
