diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc8a670 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/* \ No newline at end of file diff --git a/cl_plugin.xml b/cl_plugin.xml index a7809ef..cfee191 100644 --- a/cl_plugin.xml +++ b/cl_plugin.xml @@ -1,4 +1,4 @@ - + Smarty Wrapper @@ -9,11 +9,11 @@ (c) 2017 Ortwin Pinke, PHP-Backoffice.de info@php-backoffice.de http://php-backoffice.de - 1.0.2 + 1.1.0 GNU Lesser General Public License - - + + \ No newline at end of file diff --git a/includes/config.autoloader.php b/includes/config.autoloader.php index 138ec0b..253cdae 100644 --- a/includes/config.autoloader.php +++ b/includes/config.autoloader.php @@ -21,5 +21,4 @@ return array( 'cSmartyBackend' => $sAutoloadClassPath.'class.smarty.backend.php', 'cSmartyFrontend' => $sAutoloadClassPath.'class.smarty.frontend.php', 'cSmartyWrapper' => $sAutoloadClassPath.'class.smarty.wrapper.php' -); -?> \ No newline at end of file +); \ No newline at end of file diff --git a/includes/config.plugin.php b/includes/config.plugin.php index 281bd70..9d736e5 100644 --- a/includes/config.plugin.php +++ b/includes/config.plugin.php @@ -1,4 +1,5 @@ getFile(), $e->getLine(), $e->getMessage()); -} -?> \ No newline at end of file +} \ No newline at end of file