mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
14 lines
No EOL
343 B
JavaScript
14 lines
No EOL
343 B
JavaScript
Template[getTemplate('footer')].helpers({
|
|
footerCode: function(){
|
|
return getSetting('footerCode');
|
|
},
|
|
footerClass: function(){
|
|
return Session.get('isPostsList') ? 'absolute' : 'static';
|
|
},
|
|
footerModules: function () {
|
|
return footerModules;
|
|
},
|
|
getTemplate: function () {
|
|
return getTemplate(this.template);
|
|
}
|
|
}); |