coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: rofaga on March 31, 2007, 09:51:42 PM

Title: How can create aditional pages?
Post by: rofaga on March 31, 2007, 09:51:42 PM
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
Title: Re: How can create aditional pages?
Post by: Sami on March 31, 2007, 10:50:42 PM
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
Title: Re: How can create aditional pages?
Post by: rofaga on April 02, 2007, 12:36:44 AM
Thank you very much Sami,
you are the champion!

Regards

Roberto