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

Modifying the FAQ page?

Started by brightlightgloom, September 21, 2005, 10:07:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

brightlightgloom

Is it possible to modify the FAQ page? I would like to display my own information in it and stuff like that. I've looked through all the files, but I couldn't find the content anywhere.


Also, how do I add a link to the footer above or below the coppermine-line? I'm using a modified version of the Hardwired Template.

Nibbler

The faq data is in the language files, scroll down to

// ------------------------------------------------------------------------- //
// File faq.php //cpg1.3.0
// ------------------------------------------------------------------------- //

brightlightgloom

Thank you!

And how can I rename the 'FAQ' menu point to 'About' or something?

Joachim Müller

This is in the language file as well, find // ------------------------------------------------------------------------- //
// File theme.php
// ------------------------------------------------------------------------- //
- you'll notice (at the very bottom of the section)  'faq_lnk' => 'FAQ', //cpg1.3.0Change accordingly.