打开admin/templates/area_list.htm 在 {if $region_type eq ’0′}{$lang.add_country}: {elseif $region_type eq ’1′}{$lang.add_province}: {elseif $region_type eq ’2′}{$lang.add_city}: {elseif $region_type eq ’3′}{$lang.add_cantonal}: 下面增加 {elseif $region_type eq ’4′}增加五级地区: 完成第一步        {if $region_type < 4}  //把这个位置原来是3改成4,这样就支持5级页面         <a  href=”area_manage.php?act=list&type={$list.region_type+1}&pid={$list.region_id}”  title=”{$lang.manage_area}”>          {$lang.manage_area}</a>          {/if}
 
                                     
                                     
                                     
                                     
                                     
                                     
                                    