Marius Cramer
2013-11-14 7fe908c50c8dbc5cc05f571dbe11d66141caacd4
interface/lib/plugins/clients_template_plugin.inc.php
@@ -7,6 +7,7 @@
 * @author (original tools.inc.php) Oliver Vogel www.muv.com
 */
 
class clients_template_plugin {
   var $plugin_name        = 'clients_template_plugin';
@@ -31,4 +32,5 @@
        $app->uses('client_templates');
        $app->client_templates->apply_client_templates($page_form->id);
    }
}