- Moderated by:
- Support Team
-
- rank:
-
Registered User
- registered:
- May 2006
- Status:
- offline
- last visit:
- 07.05.06
- Posts:
- 1
hey everyone,
there use to be a sciptcode as doc. in the download area (script contribution from Serbian friends), it is easy and very helpfull to include a HTML page to be displayed as a module.
Any idea where to find it? or anybody knows the code?
I'll be very gratefull for your help guys!
thank you -
- rank:
-
Legend
- registered:
- December 1969
- Status:
- offline
- last visit:
- 21.11.08
- Posts:
- 6520
Don't know about that, but there are several other options, such as DynaMOD from http://www.markwest.me.uk the Sections module, to an extent, a module called htmlpages (Which is used for some of the content on PostNuke.com), Pagesetter from http://www.elfisk.dk -
- rank:
-
Steering Committee
- registered:
- December 2002
- Status:
- offline
- last visit:
- 09.11.08
- Posts:
- 13413
You're better off with the options Mike mentioned above. If you absolutely must use that file, then the source is:
Code
<?php
include 'includes/pnAPI.php';
pnInit();
include 'header.php';
?>
HTML Here...
<?php
include 'footer.php';
?>
--
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the Support Guide
