CMS  Version 3.9
contact_us_button.inc
Go to the documentation of this file.
1 <?php
2 Fakoli::using("email");
3 
4 echo "<a class='button' href='#' onclick='new EmailManager().showContactUsDialog(); return false;'>Contact Us</a>\n";
5 
6 ?>
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116