Create new static pages Create new static pages
 

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]

Main Menu

Create new static pages

Started by asbringer, December 26, 2012, 03:41:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

asbringer

Hi, I'm really new with this and I some help to create a new static page for FAQ, TOS and those kind of pages.

Αndré

Either use the MiniCMS plugin or add the following content to your new .php files:
<?php
define
('IN_COPPERMINE'true);
require(
'include/init.inc.php');
pageheader('My new page title');
echo 
'My new content here';
pagefooter();
?>

asbringer


asbringer

Sorry for the double post, but how can I create new link in the upside bar in the curve theme?