remove about us and FAQ links in menus
[namibia] / public / templates / page / opendays.js
1 var template_opendays = function( static )
2 {
3         this.static = static;
4         this.elements = {
5                         // Company details
6                         openday : new App.TemplateElement.FieldComponent('openday'),
7                         allgroups : new App.TemplateElement.FieldComponent('allgroups'),
8                         groups : new App.TemplateElement.FieldComponent('groups'),
9
10                         // Opendays grid
11                         gridOpendayTitle         : new App.TemplateElement.Text('gridOpendayTitle'),
12                         gridOpendayColumnHeaders : new App.TemplateElement.ConstructorComponentCollection('gridOpendayColumnHeaders'),
13                         gridOpendayRowRepeater   : new App.TemplateElement.ConstructorComponentCollection('gridOpendayRowRepeater')
14                 };
15         this.construct = function() {};
16         this.destruct  = function() {};
17 };