Xataface Email Module  0.3.2
Email/Mailmerge Module for Xataface
 All Data Structures Files Functions Variables Pages
email_manage.php
Go to the documentation of this file.
1 <?php
3 
4  function handle($params){
5 
6  df_register_skin('email_module', dirname(__FILE__).'/../templates');
7 
8  df_display(array(), 'xataface/modules/email/manage.html');
9  }
10 }