text changes to registration mail content
[namibia] / public / templates / page / contact_us.js
1 var template_contact_us = function( static )
2 {
3         this.static = static;
4         this.elements = {};
5         this.construct = function()
6         {
7                 if (App.Authenticated)
8                 {
9                         //$('#BrochureMenu').remove();
10                         //$('#PortalMenu').show();
11                 }
12                 
13                 var location = '#/contact_us';
14                 $('.select_page').removeClass('select_page');
15                 $('a[href="/' + location +'"]').closest('li').addClass('select_page');
16                 
17         };
18         this.destruct = function()
19         {
20                 //alert('Hi there, removing bindings, etc');
21         };
22 };