Changeset 28073 for extensions/Back2Front/include
- Timestamp:
- Apr 4, 2014, 10:49:35 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Back2Front/include/Back2Front.php
r23177 r28073 335 335 global $conf, $selection; 336 336 337 if (!isset($selection)) 338 { 339 return $tpl_thumbnails_var; 340 } 341 337 342 if (!$conf['back2front']['show_thumbnail']) return $tpl_thumbnails_var; 338 343 if (empty($tpl_thumbnails_var)) return $tpl_thumbnails_var;
Note: See TracChangeset
for help on using the changeset viewer.