Update of /cvsroot/phpslash/phpslash-dev/public_html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25417/phpslash-dev/public_html
Modified Files:
index.php
Log Message:
Story titles should display correctly.
Index: index.php
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/index.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** index.php 24 Jun 2003 19:32:35 -0000 1.5
--- index.php 14 Oct 2004 18:04:14 -0000 1.6
***************
*** 4,9 ****
require('config.php');
! $pagetitle = pslgetText('Home'); // The name to be displayed in the header
! $xsiteobject = pslgetText('Home Page'); // This Defines The META Tag Object Type
// Show login form if requested
--- 4,9 ----
require('config.php');
! $pagetitle = pslgetText($ary['module']); // The name to be displayed in the header
! $xsiteobject = pslgetText($ary['module'] .' Page'); // This Defines The META Tag Object Type
// Show login form if requested
|