getVariable('templatefile')->value; $metadescription = $template->getVariable('metadescription')->value; if(!$metadescription){ switch ($page) { case "homepage": $metadescription = 'AVCRM - Complete Compliance & Risk Management Software Solutions. Manage your operation efficiently with our flexible and fully customisable paperless management systems. Our applications are designed for users in the field and the office'; break; case "contact": $metadescription = "Contact AVCRM via livechat, 24/7 support tickets or phone for any questions or consultation. Our no-obligation FREE trial is a way for you to get the full AVCRM experience within minutes"; break; default: $metadescription = "AVCRM - Complete Compliance & Risk Management Software Solutions"; break; } $template->assign('metadescription', $metadescription); }else{ $template->assign('metadescription', $metadescription); } ?>