{include file="{$templatePath}inc/overall_plan_header.inc.html"} {if $action == "admin"} {strip}
{$lang.ADMIN} -
{$plan.name}
{$lang.RETURN}
{$lang.PLAN_BG_IMAGE}
{$lang.PLAN_BG_IMG_GLOBAL}
{* TPL - Used in JS for cloning when upload a new bg image and add a new choice *}
{* End TPL *}
{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 tools=$includeTools}
{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"}