1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 09:18:18 +03:00

fix меню в шаблонах

This commit is contained in:
Mzhelskiy Maxim 2012-06-29 16:40:01 +04:00
parent 2c3fab8ca0
commit 30e13be7a2
4 changed files with 5 additions and 3 deletions

View file

@ -111,6 +111,7 @@ class ActionPeople extends Action {
*
*/
protected function EventCountry() {
$this->sMenuItemSelect='country';
/**
* Страна существует?
*/
@ -152,6 +153,7 @@ class ActionPeople extends Action {
*
*/
protected function EventCity() {
$this->sMenuItemSelect='city';
/**
* Город существует?
*/

View file

@ -1,5 +1,5 @@
{assign var="sidebarPosition" value='left'}
{include file='header.tpl' menu='settings'}
{include file='header.tpl'}
{include file='actions/ActionProfile/profile_top.tpl'}

View file

@ -1,4 +1,4 @@
{include file='header.tpl'}
{include file='header.tpl' menu='people'}
<h2 class="page-header">{$aLang.user_list}: <span>{$oCity->getName()|escape:'html'}{if $aPaging} ({$aPaging.iCount}){/if}</span></h2>

View file

@ -1,4 +1,4 @@
{include file='header.tpl'}
{include file='header.tpl' menu='people'}
<h2 class="page-header">{$aLang.user_list}: <span>{$oCountry->getName()|escape:'html'}{if $aPaging} ({$aPaging.iCount}){/if}</span></h2>