Show
Ignore:
Timestamp:
07/07/10 16:54:04 (19 months ago)
Author:
ort
Message:

add template hooks

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/page/templates/skin/default/actions/ActionPage/add.tpl

    r943 r956  
    3636         
    3737<form action="" method="POST"> 
     38        {hook run='plugin_page_form_add_begin'} 
    3839        <input type="hidden" name="security_ls_key" value="{$LIVESTREET_SECURITY_KEY}" />  
    3940         
     
    8788        <p><label><input type="checkbox" id="page_main" name="page_main" value="1" class="checkbox" {if $_aRequest.page_main==1}checked{/if} />{$aLang.page_create_main}</label></p> 
    8889         
     90        {hook run='plugin_page_form_add_end'} 
    8991        <p>                                      
    9092                <input type="submit" name="submit_page_save" value="{$aLang.page_create_submit_save}" />