Support > cpg1.5 miscellaneous

How can i do a page like this?

(1/1)

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

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:

--- Code: ---<?php

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

pageheader('Your custom page');

echo 'Your text...';

pagefooter();

?>
--- End code ---

concreto:
thnaks... thats correct.. thx by info

Navigation

[0] Message Index

Go to full version