Changeset 937
- Timestamp:
- 06/06/10 17:24:40 (20 months ago)
- Location:
- trunk/templates/skin
- Files:
-
- 6 modified
-
developer/header.tpl (modified) (1 diff)
-
developer/topic.tpl (modified) (1 diff)
-
new/header.light.tpl (modified) (2 diffs)
-
new/header.tpl (modified) (1 diff)
-
new/topic.tpl (modified) (1 diff)
-
new/topic_list.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/skin/developer/header.tpl
r923 r937 84 84 {/literal} 85 85 {/if} 86 87 {hook run='html_head_end'} 86 88 </head> 87 89 -
trunk/templates/skin/developer/topic.tpl
r928 r937 80 80 </li> 81 81 {/if} 82 {hook run='topic_show_info' topic=$oTopic} 82 83 </ul> 83 84 </div> -
trunk/templates/skin/new/header.light.tpl
r848 r937 4 4 5 5 <head> 6 {hook run='html_head_begin'} 6 7 <title>{$sHtmlTitle}</title> 7 8 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> … … 13 14 <meta HTTP-EQUIV="Refresh" CONTENT="3; URL={cfg name='path.root.web'}/"> 14 15 {/if} 16 {hook run='html_head_end'} 15 17 </head> 16 18 -
trunk/templates/skin/new/header.tpl
r875 r937 74 74 {/literal} 75 75 {/if} 76 77 {hook run='html_head_end'} 76 78 </head> 77 79 -
trunk/templates/skin/new/topic.tpl
r767 r937 65 65 <li class="link"><a href="{router page='link'}go/{$oTopic->getId()}/" title="{$aLang.topic_link_count_jump}: {$oTopic->getLinkCountJump()}">{$oTopic->getLinkUrl(true)}</a></li> 66 66 {/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} 68 69 </ul> 69 70 </div> -
trunk/templates/skin/new/topic_list.tpl
r767 r937 84 84 {/if} 85 85 </li> 86 {hook run='topic_show_info' topic=$oTopic} 86 87 </ul> 87 88 </div>
