|
From: Benjamin C. <bc...@us...> - 2001-08-18 14:15:01
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv8815
Modified Files:
include.php
Log Message:
Moving the strings files down to the languages directory
Index: include.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/include.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- include.php 2001/08/17 04:06:06 1.30
+++ include.php 2001/08/18 14:14:58 1.31
@@ -50,7 +50,7 @@
require PHPLIBPATH.'template.inc';
// Localization - include the file with the desired language
-include INSTALLPATH.'/strings-en.php';
+include INSTALLPATH.'/languages/en.php';
// Edit this class with your database information
class dbclass extends DB_Sql {
|