Add a text page ? Add a text page ?
 

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

Add a text page ?

Started by antisa33, July 04, 2006, 06:19:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

antisa33

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

Tranz

It worked for me--using the code you posted. What seems to be the problem?

antisa33

Hum very sorry  :-[ it is ok
Excuse me
Thank you