{include file="{$templatePath}inc/overall_plan_header.inc.html"} {if $action == "admin"}
edit

{$lang.ADMIN} - {$plan.name}

{$lang.DASH_GENERAL_INFOS}

  • {$lang.DASHBOARD_REDUCE}
{strip}

{$lang.PLAN_IMAGE}

{$lang.PLAN_BG_IMG_GLOBAL}

{assign var="index" value="0"} {assign var="fullImgPath" value=""} {foreach from=$commonBgImages item=bgImage} {$fullImgPath = "$commonBgImgDir$bgImage"} {$index = $index + 1} {/foreach}

{$lang.PLAN_BG_IMG_LINKED}

{foreach from=$linkedBgImages item=linkedBgImage} {$fullImgPath = "$linkdedBgImgDir$linkedBgImage"} {$index = $index + 1} {/foreach}
{strip}

{$lang.PLAN_TOOLS}

{include file="{$templatePath}inc/admin_toolbar.inc.html" lang=$lang tool_text=true tool_service=true tool_link=true}
{include file="{$templatePath}inc/admin_img_icons_menu.inc.html" lang=$lang apache_path=$apache_path plan=$plan icons=$icons}
{/if} {include file="{$templatePath}inc/overall_plan_footer.inc.html"}