How can create aditional pages? How can create aditional pages?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

How can create aditional pages?

Started by rofaga, March 31, 2007, 09:51:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rofaga

Sorry for my bad english, i am newbie in this aplication.
We need create a terms page, or conditions of use page; and link it in left menu.
How can create with same theme that all web?

Thanks in advance and regards from Spain

Roberto

Sami

here is a simple page

<?php
define
('IN_COPPERMINE'true);
require(
'include/init.inc.php');
pageheader("simple page");
?>

put your content here
<?php
pagefooter
();
ob_end_flush();
?>



this file should be on gallery root
‍I don't answer to PM with support question
Please post your issue to related board

rofaga

Thank you very much Sami,
you are the champion!

Regards

Roberto