Changeset 5419
- Timestamp:
- Mar 28, 2010, 3:25:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions.inc.php
r5357 r5419 695 695 while ($row = pwg_db_fetch_assoc($result)) 696 696 { 697 if (file_exists($conf['themes_dir'].'/'.$row[' name'].'/'.'themeconf.inc.php'))697 if (file_exists($conf['themes_dir'].'/'.$row['id'].'/'.'themeconf.inc.php')) 698 698 { 699 699 $themes[ $row['id'] ] = $row['name'];
Note: See TracChangeset
for help on using the changeset viewer.