From df0a979cec6dd067d76296686d3b3674f3145ed7 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 10 Jul 2012 18:34:58 +0200 Subject: [PATCH] Removing variables that blocked the template --- plugin/static/lang/english.php | 2 -- plugin/static/lang/french.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/plugin/static/lang/english.php b/plugin/static/lang/english.php index 6ee967fc00..dc0f8c4355 100644 --- a/plugin/static/lang/english.php +++ b/plugin/static/lang/english.php @@ -8,8 +8,6 @@ $strings['plugin_title'] = "Static"; $strings['plugin_comment'] = "Display static html content."; - -$strings['content'] = "Content"; $strings['block_title'] = "Block title"; //$strings['title'] = "Title"; \ No newline at end of file diff --git a/plugin/static/lang/french.php b/plugin/static/lang/french.php index 4d57ed2a28..aaa26b8321 100644 --- a/plugin/static/lang/french.php +++ b/plugin/static/lang/french.php @@ -8,6 +8,4 @@ $strings['plugin_title'] = "Statique"; $strings['plugin_comment'] = "Affiche du contenu html."; - -$strings['content'] = "Contenu"; $strings['block_title'] = "Titre du bloc";