don't reset the global footer (copyright) when changing themes - they should all be compatible anyways

v1.18.x
psychobunny 11 years ago
parent f895ae6ce4
commit a6c84ac1a8

@ -76,8 +76,7 @@ var async = require('async'),
Widgets.reset = function(callback) {
var defaultAreas = [
{ name: 'Global Sidebar', template: 'global', location: 'sidebar' },
{ name: 'Global Footer', template: 'global', location: 'footer' },
{ name: 'Global Sidebar', template: 'global', location: 'sidebar' }
];
plugins.fireHook('filter:widgets.getAreas', defaultAreas, function(err, areas) {

Loading…
Cancel
Save