Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
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);
    }
}