Edit File: profile_info.tpl
{if $runtime.controller == 'profiles'} {if $runtime.mode == 'add'} <div class="account-benefits"> {__("text_profile_benefits")} </div> {elseif $runtime.mode == 'update'} <div class="account-detail "> {__("text_profile_details")} </div> {/if} {/if}
Back to File Manager