Update of /cvsroot/phpmp/phpMP/includes
In directory usw-pr-cvs1:/tmp/cvs-serv19442/includes
Added Files:
constants.php
Log Message:
Added template images and css file.
--- NEW FILE: constants.php ---
<?
$nav_links['home'] = 'home@' . $MPCONF['GEN']['uri'] . '/index.php';
$nav_links['features'] = 'features@' . $MPCONF['GEN']['uri'] . '/features.php';
$nav_links['files'] = 'files@' . $MPCONF['GEN']['uri'] . '/downloads.php';
$nav_links['support'] = 'support@' . $MPCONF['GEN']['uri'] . '/support.php';
$nav_links['about'] = 'about@' . $MPCONF['GEN']['uri'] . '/about.php';
$nav_links['dev'] = 'dev. group@' . $MPCONF['GEN']['uri'] . '/dev.php';
$nav_links['cvs'] = 'cvs@' . $MPCONF['GEN']['uri'] . '/cvs.php';
$nav_links['modules'] = 'modules@' . $MPCONF['GEN']['uri'] . '/modules.php?action=list';
$nav_links['sf'] = 'sourceforge@http://www.sourceforge.net';
$MPCONF['TPL']['copyright'] .= "powered by phpMP " . $MPCONF['GEN']['version'] . " © 2002 <a href=\"http://phpmp.sourceforge.net/\">phpMP Dev. Group</a><br>\n";
$MPCONF['TPL']['copyright'] .= "All logos, trademarks, and content are copyrighted by their respective owner. All rights reserved.";
?>
|