HI. please look this page http://www.adolfoventas.es/galeria/perfil.php (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
No. That's a custom page (perfil.php, even the name is spanish) linked from the main menu.
Your file could look like this:
<?php
define('IN_COPPERMINE', true);
require('include/init.inc.php');
pageheader('Your custom page');
echo 'Your text...';
pagefooter();
?>
thnaks... thats correct.. thx by info