Use $parent instead of $folder_id in folders admin template

This commit is contained in:
Manuel Raynaud
2013-12-28 10:06:55 +01:00
committed by gmorel
parent 2508ee3230
commit b3b414cb70

View File

@@ -182,7 +182,7 @@
{* -- CONTENT MANAGEMENT ---------------------------------------------------- *}
{* No content outsie a folder *}
{if $folder_id > 0}
{if $parent > 0}
<div class="row">
<div class="col-md-12">
<div class="general-block-decorator">
@@ -636,4 +636,4 @@
{block name="javascript-last-call"}
{module_include location='folders-js'}
{/block}
{/block}