Changeset 5434 for trunk/include
- Timestamp:
- Mar 28, 2010, 10:29:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/template.class.php
r5208 r5434 224 224 225 225 if ((stripos(implode('',array_keys($_GET)), '/'.$param) !== false or $param == 'N/A') 226 and ($thm == $theme )226 and ($thm == $theme or $thm == 'N/A') 227 227 and (!isset($this->extents[$handle]) or $overwrite) 228 228 and file_exists($dir . $filename))
Note: See TracChangeset
for help on using the changeset viewer.