Changeset 646:8e8a24c6642e for themes
- Timestamp:
- 07/25/11 10:00:15 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r634 r646 108 108 109 109 $ductile_lists_base = array( 110 'default' => null,111 'default-page' => null,112 'category' => null,113 'tag' => null,114 'search' => null,115 'archive' => null110 'default' => 'short', 111 'default-page' => 'short', 112 'category' => 'short', 113 'tag' => 'short', 114 'search' => 'short', 115 'archive' => 'title' 116 116 ); 117 117
Note: See TracChangeset
for help on using the changeset viewer.