Show
Ignore:
Timestamp:
06/05/10 16:24:37 (2 years ago)
Author:
ort
Message:

fix + вынос статистики производительности из index.php в отдельный шаблон

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/skin/developer/header_top.tpl

    r923 r926  
    4545        </div> 
    4646 
    47  
    48         {* ���*} 
     47         
    4948        <h1><a href="{cfg name='path.root.web'}">LiveStreet</a></h1> 
    5049         
    51  
    52         {* �����*} 
     50         
    5351        <ul class="pages"> 
    5452                <li {if $sMenuHeadItemSelect=='blog'}class="active"{/if}><a href="{router page='blog'}">{$aLang.clean_posts}</a></li> 
    5553                <li {if $sMenuHeadItemSelect=='blogs'}class="active"{/if}><a href="{router page='blogs'}">{$aLang.blogs}</a></li> 
    5654                <li {if $sMenuHeadItemSelect=='people'}class="active"{/if}><a href="{router page='people'}">{$aLang.people}</a></li> 
    57  
    58                 {* ��������Page" *} 
     55                 
    5956                {if $aPluginActive.page} 
    6057                        <li {if $sAction=='page' and $sEvent=='about'}class="active"{/if}><a href="{router page='page'}about/">{$aLang.page_about}</a></li>