forum.coppermine-gallery.net
Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started 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
-
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
-
Thank you very much Sami,
you are the champion!
Regards
Roberto