How can i do a page like this? How can i do a page like this?
 

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

How can i do a page like this?

Started by concreto, June 03, 2010, 12:19:32 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

concreto

HI. please look this page http://www.adolfoventas.es/galeria/perfil.php  its inside a copermine gallery but only has text... 


I need a page with the same look of my gallery like the example to put related information ,


Does I have to modify the file anycontent.php???



thx
Mi galería en:    http://difusionesnocomerciales.tk/

jmatute

No. That's a custom page (perfil.php, even the name is spanish) linked from the main menu.


Αndré

Your file could look like this:
<?php

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

pageheader('Your custom page');

echo 
'Your text...';

pagefooter();

?>

concreto

thnaks... thats correct.. thx by info
Mi galería en:    http://difusionesnocomerciales.tk/