text changes to registration mail content
[namibia] / public / templates / page / about_us.js
1 var template_about_us = function( static )
2 {
3         this.static = static;
4         this.elements = {};
5         this.construct = function()
6         {
7                 //alert('Hi there, we now do event registrations, etc');
8                         var location = '#/about_us';
9                         $('.select_page').removeClass('select_page');
10                         $('a[href="/' + location +'"]').closest('li').addClass('select_page');
11                                 
12                           
13                       
14         };
15         this.destruct = function()
16         {
17                 //alert('Hi there, removing bindings, etc');
18         };
19 };