notification_emailsGeneratorHelper.class.php 301 Bytes
Newer Older
Яков's avatar
first  
Яков committed
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/**
 * notification_emails module helper.
 *
 * @package    sf
 * @subpackage notification_emails
 * @author     Atma
 * @version    SVN: $Id: helper.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $
 */
class notification_emailsGeneratorHelper extends BaseNotification_emailsGeneratorHelper
{
}