Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: How can create aditional pages?  (Read 3102 times)

0 Members and 1 Guest are viewing this topic.

rofaga

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
How can create aditional pages?
« 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
« Last Edit: April 02, 2007, 12:42:00 am by Sami »
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: How can create aditional pages?
« Reply #1 on: March 31, 2007, 10:50:42 pm »

here is a simple page
Code: [Select]
<?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
Logged
‍I don't answer to PM with support question
Please post your issue to related board

rofaga

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: How can create aditional pages?
« Reply #2 on: April 02, 2007, 12:36:44 am »

Thank you very much Sami,
you are the champion!

Regards

Roberto
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.