Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

switch($TMPL['active'])
{
case 0: $TMPL['active_text'] = 'Pending'; break;
case 1: $TMPL['active_text'] = 'Active'; break;
case 2: $TMPL['active_text'] = 'Deactivated'; break;
case 3: $TMPL['active_text'] = 'Inactive due no PV/ Hits in'; break;
}