1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 17:28:23 +03:00
This commit is contained in:
Denis Shakhov 2012-06-30 16:23:27 +07:00
commit dd6e80b25b
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>