Changeset 957

Show
Ignore:
Timestamp:
07/07/10 17:01:54 (2 months ago)
Author:
ort
Message:

add template hooks

Location:
trunk/templates/skin
Files:
2 modified

Legend:

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

    r941 r957  
    9595                {hook run='topic_show_info' topic=$oTopic} 
    9696        </ul> 
     97        {if $tSingle} 
     98                {hook run='topic_show_end' topic=$oTopic} 
     99        {/if} 
    97100</div> 
  • trunk/templates/skin/new/topic.tpl

    r937 r957  
    6868                                        {hook run='topic_show_info' topic=$oTopic} 
    6969                                </ul> 
     70                        {hook run='topic_show_end' topic=$oTopic} 
    7071                        </div> 
    7172                        <!-- /Topic -->