Changeset 1166


Ignore:
Timestamp:
07/23/09 16:04:59 (15 years ago)
Author:
amuller
Message:

Ticket #475 - Esconde os links dos templates para forças atualização

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.common.inc.php

    r790 r1166  
    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.