remove about us and FAQ links in menus
[namibia] / public / templates / page / newsletterview.js
1 var template_newsletterview = function( static )
2 {
3         this.static   = static;
4         this.elements = {
5                         attachment : new App.TemplateElement.FieldComponent('attachment'),
6                         subject : new App.TemplateElement.FieldComponent('subject'),
7                         content : new App.TemplateElement.FieldComponent('content')
8                 };
9         this.construct = function() {};
10         this.destruct  = function() {};
11 };