Ignore:
Timestamp:
Mar 28, 2010, 3:25:45 PM (14 years ago)
Author:
patdenice
Message:

feature 1502: Wrong path corrected (to check themeconf.inc.php existence)

File:
1 edited

Legend:

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

    r5357 r5419  
    695695  while ($row = pwg_db_fetch_assoc($result))
    696696  {
    697     if (file_exists($conf['themes_dir'].'/'.$row['name'].'/'.'themeconf.inc.php'))
     697    if (file_exists($conf['themes_dir'].'/'.$row['id'].'/'.'themeconf.inc.php'))
    698698    {
    699699      $themes[ $row['id'] ] = $row['name'];
Note: See TracChangeset for help on using the changeset viewer.