News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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/