Xataface Email Module 0.2
Email/Mailmerge Module for Xataface
actions/email_manage.php
Go to the documentation of this file.
00001 <?php
00002 class actions_email_manage {
00003 
00004         function handle($params){
00005         
00006                 df_register_skin('email_module', dirname(__FILE__).'/../templates');
00007                 
00008                 df_display(array(), 'xataface/modules/email/manage.html');
00009         }
00010 }
 All Data Structures Files Functions Variables Enumerations