Changeset 937

Show
Ignore:
Timestamp:
06/06/10 17:24:40 (20 months ago)
Author:
ort
Message:

добавил хуки в шаблон

Location:
trunk/templates/skin
Files:
6 modified

Legend:

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

    r923 r937  
    8484                {/literal} 
    8585        {/if} 
     86         
     87        {hook run='html_head_end'} 
    8688</head> 
    8789 
  • trunk/templates/skin/developer/topic.tpl

    r928 r937  
    8080                        </li> 
    8181                {/if} 
     82                {hook run='topic_show_info' topic=$oTopic} 
    8283        </ul> 
    8384</div> 
  • trunk/templates/skin/new/header.light.tpl

    r848 r937  
    44 
    55<head> 
     6        {hook run='html_head_begin'} 
    67        <title>{$sHtmlTitle}</title> 
    78        <meta http-equiv="content-type" content="text/html; charset=utf-8" />    
     
    1314                <meta  HTTP-EQUIV="Refresh" CONTENT="3; URL={cfg name='path.root.web'}/"> 
    1415        {/if} 
     16        {hook run='html_head_end'} 
    1517</head> 
    1618 
  • trunk/templates/skin/new/header.tpl

    r875 r937  
    7474{/literal} 
    7575{/if} 
     76 
     77        {hook run='html_head_end'} 
    7678</head> 
    7779 
  • trunk/templates/skin/new/topic.tpl

    r767 r937  
    6565                                                <li class="link"><a href="{router page='link'}go/{$oTopic->getId()}/" title="{$aLang.topic_link_count_jump}: {$oTopic->getLinkCountJump()}">{$oTopic->getLinkUrl(true)}</a></li>                                                 
    6666                                        {/if} 
    67                                         <li class="author"><a href="{$oUser->getUserWebPath()}">{$oUser->getLogin()}</a></li>                                    
     67                                        <li class="author"><a href="{$oUser->getUserWebPath()}">{$oUser->getLogin()}</a></li> 
     68                                        {hook run='topic_show_info' topic=$oTopic} 
    6869                                </ul> 
    6970                        </div> 
  • trunk/templates/skin/new/topic_list.tpl

    r767 r937  
    8484                                                {/if} 
    8585                                        </li> 
     86                                        {hook run='topic_show_info' topic=$oTopic} 
    8687                                </ul> 
    8788                        </div>