Changeset 2205


Ignore:
Timestamp:
03/10/10 14:58:12 (14 years ago)
Author:
amuller
Message:

Ticket #953 - Correção de bug no home

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/functions.inc.php

    r2191 r2205  
    373373                reset($GLOBALS['phpgw_info']['flags']); 
    374374 
     375 
     376                if(!include(PHPGW_SERVER_ROOT . '/phpgwapi/themes/default.theme'))  
     377                {  
     378                        /* Hope we don't get to this point.  Better then the user seeing a */  
     379                        /* complety back screen and not know whats going on                */  
     380                        echo '<body bgcolor="FFFFFF">';  
     381                        $GLOBALS['phpgw']->log->write(array('text'=>'F-Abort, No themes found'));  
     382 
     383                        exit;  
     384                }  
     385 
    375386                /*************************************************************************\ 
    376387                * These lines load up the templates class                                 * 
Note: See TracChangeset for help on using the changeset viewer.