Чтобы этого не случилось, нужно немного изменить файл com_inmaps_view.tpl в директории components папки Вашего шаблона. Внимание! Файл относится к последней на данный момент версии 1.7. В предыдущих версиях код в шаблоне несколько отличался!
{if $root_cat.id!=1} <div class="float_bar"> {if $cfg.city_sel != 'none'} <div class="inmaps_city"> <div> <a href="javascript:selectCity('{$cfg.city_sel}')" title="{$LANG.MAPS_SELECT_CITY_LINK}"> {if $location.city}{$location.city}{else}Все города{/if} </a> </div> </div> {/if} {if $cfg.show_rss} <div class="inmaps_rss"> <a href="/rss/maps/{$root_cat.id}/feed.rss">RSS</a> </div> {/if} {if $is_can_add} <div class="inmaps_add"> <a href="/maps/add{$root_cat.id}.html">{$LANG.MAPS_ADD_OBJECT}</a> </div> {/if} {if $cfg.events_enabled} <div class="inmaps_events"> <a href="/maps/events/{$root_cat.id}">{$LANG.MAPS_EVENTS}</a> </div> {/if} {if $cfg.news_enabled} <div class="inmaps_news"> <a href="/maps/news/{$root_cat.id}">{$LANG.MAPS_NEWS}</a> </div> {/if} </div> {/if} <h1 class="con_heading" style="float:left">{$root_cat.title}</h1> <div style="clear:both"></div> {if $root_cat.description} <div style="margin-bottom:10px">{$root_cat.description}</div> {/if} {if $root_cat.id==1 && $cfg.show_cats_pos == 'bottom'} {/if} {if $subcats} <ul class="maps_cat_list"> <li class="maps_cat_item" style="background:url(/images/photos/small/{$cat.config.icon}) no-repeat left top;"> <div><a href="/maps/{$cat.seolink}">{$cat.title}</a></div> {if $cfg.show_subcats && (!$is_homepage || $cfg.show_homepage=='all')} {if $cat.subcats} <div class="subcats"> {/foreach} </div> {/if} {/if} </li> {/foreach} </ul> {/if} {if $root_cat.id==1 && $cfg.show_cats_pos == 'top'} {/if} {if $items && !$city_has_objects} <p style="float:right;padding:4px;padding-left:20px;background:url(/components/maps/images/info.png) no-repeat left center"> В вашем городе объекты не найдены. Показаны объекты из других городов </p> {/if} {if $cfg.show_filter && ($items || $filter) && $filter_chars} <div class="maps_filter_link"> <a href="javascript:" onclick="$('.maps_filter').toggle()">{$LANG.MAPS_FILTER}</a> {if $filter}Найдено объектов: {$total}{/if} </div> <div class="maps_filter" > <div class="filter_body"> <form action="/maps/{$root_cat.seolink}" method="post"> <table cellpadding="2" cellspacing="0" border="0" width="100%"> {if $char.is_filter} <tr> <td colspan="3" style="padding-top:8px;"><strong>{$char.title}</strong></td> </tr> <tr> <td colspan="3"> {if $char.values} {if $char.is_filter_many} <div> </div> {/foreach} {else} <select name="filter[{$char.id}]" style="width:100%"> <option value="" {if !$filter[$char.id]}selected="selected"{/if}>{$LANG.MAPS_FILTER_ALL}</option> {/foreach} </select> {/if} {else} <input type="text" name="filter[{$char.id}]" class="input" value="{$filter[$char.id]}" style="width:99%"/> {/if} </td> </tr> {/if} {/foreach} </table> <p> <input type="submit" value="{$LANG.MAPS_FILTER_SUBMIT}" /> {if $filter}<input type="button" value="{$LANG.MAPS_FILTER_CANCEL}" onclick="window.location.href='/maps/{$root_cat.seolink}'" />{/if} </p> </form> </div> </div> {/if} {if $items} {else} {if $filter} <p>{$LANG.MAPS_ITEMS_NOT_FOUND}</p> {/if} {/if}
Выглядит это так: http://1503.poltava.ua/