Changeset 797 for trunk/include


Ignore:
Timestamp:
Jun 25, 2005, 7:09:01 PM (19 years ago)
Author:
plg
Message:
  • new feature : ability to add links on the main page (see include/config_default.inc.php)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r770 r797  
    200200// bottom of each page ?
    201201$conf['show_version'] = true;
     202
     203// links : list of external links to add in the menu. An example is the best
     204// than a long explanation :
     205//
     206// $conf['links'] = array(
     207//   'http://phpwebgallery.net' => 'PWG website',
     208//   'http://forum.phpwebgallery.net' => 'PWG forum',
     209//   'http://phpwebgallery.net/doc' => 'PWG wiki'
     210//   );
     211//
     212// If the array is empty, the "Links" box won't be displayed on the main
     213// page.
     214$conf['links'] = array();
    202215?>
Note: See TracChangeset for help on using the changeset viewer.