actions.class.php 432 Bytes
Newer Older
Игорь's avatar
init    
Игорь committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

require_once dirname(__FILE__).'/../lib/mail_templateGeneratorConfiguration.class.php';
require_once dirname(__FILE__).'/../lib/mail_templateGeneratorHelper.class.php';

/**
 * mail_template actions.
 *
 * @package    sf
 * @subpackage mail_template
 * @author     Atma
 * @version    SVN: $Id: actions.class.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $
 */
class mail_templateActions extends autoMail_templateActions
{
}