From 69425c3dae9d0145ee0bd1aa6b6a3d7a800bf870 Mon Sep 17 00:00:00 2001
From: root <root@akxnet.de>
Date: Sat, 15 Feb 2014 08:10:06 -0500
Subject: [PATCH] changed regex accoding to stable-Commit 494da4537eebd83df409fcd0492039382d0b1124

---
 interface/web/client/lib/module.conf.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/interface/web/client/lib/module.conf.php b/interface/web/client/lib/module.conf.php
index 8b97848..e4bddd7 100644
--- a/interface/web/client/lib/module.conf.php
+++ b/interface/web/client/lib/module.conf.php
@@ -65,6 +65,10 @@
 	'link' => 'client/client_template_list.php',
 	'html_id'   => 'client_template_list');
 
+$items[] = array(   'title'  => "Email-Templates",
+	'target'  => 'content',
+	'link' => 'client/message_template_list.php',
+	'html_id'   => 'message_template_list');
 
 $module["nav"][] = array(   'title' => 'Templates',
 	'open'  => 1,

--
Gitblit v1.9.1