Ignore:
Timestamp:
07/27/09 11:13:12 (15 years ago)
Author:
niltonneto
Message:

Ticket #475 - Modificado nome do template azul->default e celepar->classic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/phpgwapi/inc/class.common.inc.php

    r790 r1189  
    736736                        while ($entry=$d->read()) 
    737737                        { 
    738                                 if ($entry != '.' && $entry != '..' && is_dir(PHPGW_SERVER_ROOT . '/phpgwapi/templates/' . $entry) && file_exists(PHPGW_SERVER_ROOT . '/phpgwapi/templates/' . $entry . '/head.inc.php')) 
     738                                if ($entry != '.' && $entry != '..' && is_dir(PHPGW_SERVER_ROOT . '/phpgwapi/templates/' . $entry) && !is_link(PHPGW_SERVER_ROOT . '/phpgwapi/templates/' . $entry) && file_exists(PHPGW_SERVER_ROOT . '/phpgwapi/templates/' . $entry . '/head.inc.php')) 
    739739                                { 
    740740                                        $list[$entry]['title'] = $entry; 
Note: See TracChangeset for help on using the changeset viewer.