1
0
Fork 0

[SITE CONFIG] exclude more pages form sitemap + moved some css from head to end

This commit is contained in:
Jannik Beyerstedt 2016-04-22 22:57:29 +02:00
parent eed3847c98
commit edf3ce49c8
3 changed files with 9 additions and 15 deletions

View file

@ -68,7 +68,7 @@ c::set('columns.container', 'row');
c::set('columns.item', 'col-sm-6 columns');
// enhanced sitemap by Jannik Beyerstedt:
c::set('smap_ignoreSite', array('sitemap', 'error', 'home'));
c::set('smap_ignoreSite', array('sitemap', 'error', 'home', 'qr', 'secret', 'test'));
c::set('smap_ignoreTemplate', array('carousel', 'redirect'));
c::set('smap_heading_visible', 'Hauptmenü');
c::set('smap_heading_invisible', 'weitere Seiten');