coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: antisa33 on July 04, 2006, 06:19:24 PM

Title: Add a text page ?
Post by: antisa33 on July 04, 2006, 06:19:24 PM
Hello
With the version 1.3, i had a little code to build a new text page and to keep the theme.
Quote
<?php

define('IN_COPPERMINE', true);
require('include/init.inc.php');
pageheader('text');


?>
text

<?php
pagefooter();
?>

But this code doesn't work on the 1.4 version.
Do you know the new code ?
Thanks
Title: Re: Add a text page ?
Post by: Tranz on July 04, 2006, 06:32:20 PM
It worked for me--using the code you posted. What seems to be the problem?
Title: Re: Add a text page ?
Post by: antisa33 on July 04, 2006, 07:06:02 PM
Hum very sorry  :-[ it is ok
Excuse me
Thank you