Changeset 695 for trunk/include
- Timestamp:
- Jan 16, 2005, 12:13:30 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/config.inc.php
r675 r695 184 184 185 185 // level_separator : character string used for separating a category level 186 // to the sub level 186 // to the sub level. Suggestions : ' / ', ' » ', ' → ', ' - ', 187 // ' >' 187 188 $conf['level_separator'] = ' / '; 188 189 … … 190 191 // display before and after the current page ? 191 192 $conf['paginate_pages_around'] = 2; 193 194 // tn_width : default width for thumbnails creation 195 $conf['tn_width'] = 128; 196 197 // tn_height : default height for thumbnails creation 198 $conf['tn_height'] = 96; 192 199 ?>
Note: See TracChangeset
for help on using the changeset viewer.