Update of /cvsroot/openfirst/base/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20869/includes
Modified Files:
sitesettings.tpl
Log Message:
Changed $Title to $ogSiteTitle and made $Title exclussively page-specific
Index: sitesettings.tpl
===================================================================
RCS file: /cvsroot/openfirst/base/includes/sitesettings.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** sitesettings.tpl 19 Oct 2005 04:12:21 -0000 1.5
--- sitesettings.tpl 22 Nov 2005 16:15:35 -0000 1.6
***************
*** 1,35 ****
! <?php
! /*
! * openFIRST base configuration file
! * This file has been automatically generated by first.php.
! * it contains the basic configuration options required to
! * operate the OpenFIRST web portal software. Note, that
! * most configuration options are now stored in the MySQL
! * database, in the ofirst_config table.
! */
!
! $ogEncryptionType = %ENCRYPT%;
!
! $Title = %TITLE%;
! $Version = %VER%;
!
! $ogSQLServer = %DBSERVER%;
! $ogDataBaseType = %DBTYPE%;
! $ogSQLUser = %DBUSER%;
! $ogSQLPassword = %DBPASS%;
! $ogSQLDatabase = %DBNAME%;
! $ogSQLTablePrefix = 'ofirst_';
!
! $ogPasswordSaveEnabled = !(%COOKIE%);
! $regEnabled = %REG%;
! $Server = %SERVER%;
! $BasePath = %BASEPATH%;
! $fBasePath = %FBASEPATH%;
! $Home = %HOME%;
! $StylePath = "$BasePath/style";
! $fStylePath = "$fBasePath/style";
! $Header = %HEADER%;
! $Footer = %FOOTER%;
! $MailNotify = %MASTERMAIL%;
! $MailFrom = %BOTMAIL%;
?>
\ No newline at end of file
--- 1,35 ----
! <?php
! /*
! * openFIRST base configuration file
! * This file has been automatically generated by first.php.
! * it contains the basic configuration options required to
! * operate the OpenFIRST web portal software. Note, that
! * most configuration options are now stored in the MySQL
! * database, in the ofirst_config table.
! */
!
! $ogEncryptionType = %ENCRYPT%;
!
! $ogSiteTitle = %TITLE%;
! $Version = %VER%;
!
! $ogSQLServer = %DBSERVER%;
! $ogDataBaseType = %DBTYPE%;
! $ogSQLUser = %DBUSER%;
! $ogSQLPassword = %DBPASS%;
! $ogSQLDatabase = %DBNAME%;
! $ogSQLTablePrefix = 'ofirst_';
!
! $ogPasswordSaveEnabled = !(%COOKIE%);
! $regEnabled = %REG%;
! $Server = %SERVER%;
! $BasePath = %BASEPATH%;
! $fBasePath = %FBASEPATH%;
! $Home = %HOME%;
! $StylePath = "$BasePath/style";
! $fStylePath = "$fBasePath/style";
! $Header = %HEADER%;
! $Footer = %FOOTER%;
! $MailNotify = %MASTERMAIL%;
! $MailFrom = %BOTMAIL%;
?>
\ No newline at end of file
|