coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: WebJorge on July 24, 2010, 08:07:38 AM

Title: Modifying pages and adding new ones
Post by: WebJorge on July 24, 2010, 08:07:38 AM
Would it be possible for me to add text and content to some of the pages? For example, if I wanted to add a contact phone number on the contact page, how can I manually do that within the code? And on what file? Or if I wanted to add some text on the index.php page, where do I do that in the code? Also, would it be possible for me to create additional pages like an about page?
Title: Re: Modifying pages and adding new ones
Post by: WebJorge on July 26, 2010, 05:38:45 AM
Can anyone answer my questions?
Title: Re: Modifying pages and adding new ones
Post by: ΑndrĂ© on September 03, 2010, 04:38:53 PM
Quote from: WebJorge on July 24, 2010, 08:07:38 AM
if I wanted to add a contact phone number on the contact page
Edit contact.php


Quote from: WebJorge on July 24, 2010, 08:07:38 AM
if I wanted to add some text on the index.php page
Search for 'anycontent' in the docs.


Quote from: WebJorge on July 24, 2010, 08:07:38 AM
would it be possible for me to create additional pages like an about page?
Use that as template:
<?php 
define
('IN_COPPERMINE'true);
require(
'include/init.inc.php');
pageheader();
pagefooter();