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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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/