From 1e103109bb194709e2741752622ae8a96e4fba37 Mon Sep 17 00:00:00 2001
From: Benoit Mortier <benoit.mortier@opensides.be>
Date: Sat, 5 Nov 2011 20:17:34 +0100
Subject: [PATCH] Fixes: #502 Remove the smarty plugins file from the include
 directory

---
 {include => contrib}/smarty/plugins/block.render.php     | 0
 {include => contrib}/smarty/plugins/block.t.php          | 0
 {include => contrib}/smarty/plugins/function.msgPool.php | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename {include => contrib}/smarty/plugins/block.render.php (100%)
 rename {include => contrib}/smarty/plugins/block.t.php (100%)
 rename {include => contrib}/smarty/plugins/function.msgPool.php (100%)

diff --git a/include/smarty/plugins/block.render.php b/contrib/smarty/plugins/block.render.php
similarity index 100%
rename from include/smarty/plugins/block.render.php
rename to contrib/smarty/plugins/block.render.php
diff --git a/include/smarty/plugins/block.t.php b/contrib/smarty/plugins/block.t.php
similarity index 100%
rename from include/smarty/plugins/block.t.php
rename to contrib/smarty/plugins/block.t.php
diff --git a/include/smarty/plugins/function.msgPool.php b/contrib/smarty/plugins/function.msgPool.php
similarity index 100%
rename from include/smarty/plugins/function.msgPool.php
rename to contrib/smarty/plugins/function.msgPool.php
-- 
GitLab