Update of /cvsroot/thyapi/thyapi/thythemes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30010/thythemes
Modified Files:
theme_loader.php
Log Message:
Commiting file additions and modification from SVN revision 2317 to 2318...
Changes made by rpereira on 2005-11-22 22:35:12 +0100 (Tue, 22 Nov 2005) corresponding to SVN revision 2318 with message:
- Theme loader class changed to _thyapi_theme
Index: theme_loader.php
===================================================================
RCS file: /cvsroot/thyapi/thyapi/thythemes/theme_loader.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** theme_loader.php 1 Sep 2005 18:15:38 -0000 1.3
--- theme_loader.php 22 Nov 2005 20:53:26 -0000 1.4
***************
*** 36,44 ****
*/
! class thyapi_theme
{
var $custom;
! function thyapi_theme()
{
if (!$GLOBALS['thyapi']['theme']) return;
--- 36,44 ----
*/
! class _thyapi_theme
{
var $custom;
! function _thyapi_theme()
{
if (!$GLOBALS['thyapi']['theme']) return;
***************
*** 121,124 ****
}
! $theme = new thyapi_theme();
--- 121,124 ----
}
! $theme = new _thyapi_theme();
|