| 207 |
$params->def( 'empty_cat', 0 ); |
$params->def( 'empty_cat', 0 ); |
| 208 |
$params->def( 'cat_items', 1 ); |
$params->def( 'cat_items', 1 ); |
| 209 |
$params->def( 'cat_description', 1 ); |
$params->def( 'cat_description', 1 ); |
| 210 |
|
$params->def( 'description', 1 ); |
| 211 |
|
$params->def( 'description-image', 1 ); |
| 212 |
$params->def( 'back_button', $mainframe->getCfg( 'back_button' ) ); |
$params->def( 'back_button', $mainframe->getCfg( 'back_button' ) ); |
| 213 |
$params->def( 'pageclass_sfx', '' ); |
$params->def( 'pageclass_sfx', '' ); |
| 214 |
|
|
| 308 |
$params->def( 'empty_cat', 0 ); |
$params->def( 'empty_cat', 0 ); |
| 309 |
$params->def( 'cat_items', 1 ); |
$params->def( 'cat_items', 1 ); |
| 310 |
$params->def( 'cat_description', 0 ); |
$params->def( 'cat_description', 0 ); |
| 311 |
|
$params->def( 'description', 1 ); |
| 312 |
|
$params->def( 'description-image', 1 ); |
| 313 |
$params->def( 'back_button', $mainframe->getCfg( 'back_button' ) ); |
$params->def( 'back_button', $mainframe->getCfg( 'back_button' ) ); |
| 314 |
$params->def( 'pageclass_sfx', '' ); |
$params->def( 'pageclass_sfx', '' ); |
| 315 |
$params->def( 'headings', 1 ); |
$params->def( 'headings', 1 ); |