diff options
Diffstat (limited to 'template/yoga/index.tpl')
-rw-r--r-- | template/yoga/index.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl index b2ebef958..814cce81f 100644 --- a/template/yoga/index.tpl +++ b/template/yoga/index.tpl @@ -1,6 +1,7 @@ {* $Id$ *} {$MENUBAR} -<div id="content"> +{if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if} +<div id="content" class="content"> <div class="titrePage"> <ul class="categoryActions"> <li> </li> @@ -112,6 +113,7 @@ </div> {/if} - {if !empty($PLUGIN_INDEX_CONTENT_END) }{$PLUGIN_INDEX_CONTENT_END}{/if} </div> <!-- content --> + +{if !empty($PLUGIN_INDEX_CONTENT_AFTER)}{$PLUGIN_INDEX_CONTENT_AFTER}{/if} |