tensh |
|
---|---|
No problem :)
But remember that when you cut header to make left menu be included in page body, you've got to change nearly all templates... to avoid it, use custom header feature. Find in config.php: $cfg['enablecustomhf'] = FALSE; // To enable header.$location.tpl and footer.$location.tpl Set it to "TRUE", and follow the little instructions :) create header.(your group location).tpl for all your categories. I think (but I'm not sure) it will extend to pages as well. This way custom header + list and custom header + page will complete nicely. |