[Pview.php-commits] CVS: Pview.php/templates common-footer.inc,1.14,1.15
Brought to you by:
vko
|
From: Ville K. <vk...@us...> - 2001-09-10 14:07:37
|
Update of /cvsroot/pview-php/Pview.php/templates In directory usw-pr-cvs1:/tmp/cvs-serv4170/templates Modified Files: common-footer.inc Log Message: change sf.net -> sourceforge.net Index: common-footer.inc =================================================================== RCS file: /cvsroot/pview-php/Pview.php/templates/common-footer.inc,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** common-footer.inc 2001/09/06 09:02:33 1.14 --- common-footer.inc 2001/09/10 14:07:34 1.15 *************** *** 4,8 **** [ <a href="<?= $config['Pview']['path']['root'] ?>/Pview.php/"><?= $config['Pview']['title']['site'] ?></a> | <a href="<?= $config['Pview']['path']['root'] ?>/pco.php"><?= $lang[$config['Pview']['deflang']]['gen']['conf'] ?></a> ]<br> ! [ <b><a href="http://pview-php.sf.net/">Pview.php <?= $config['Pview']['version'] ?></a></b> ]</td> </tr> </table> --- 4,8 ---- [ <a href="<?= $config['Pview']['path']['root'] ?>/Pview.php/"><?= $config['Pview']['title']['site'] ?></a> | <a href="<?= $config['Pview']['path']['root'] ?>/pco.php"><?= $lang[$config['Pview']['deflang']]['gen']['conf'] ?></a> ]<br> ! [ <b><a href="http://pview-php.sourceforge.net/">Pview.php <?= $config['Pview']['version'] ?></a></b> ]</td> </tr> </table> |