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