- Timestamp:
- Aug 22, 2009, 9:21:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/akBookStyle/trunk/template/ak_reloaded_image.tpl
r3781 r3782 37 37 </div> 38 38 {/if} 39 40 41 {known_script id="jquery" src=$ROOT_URL|cat:"template-common/lib/jquery.packed.js"} 42 {html_head} 43 <link rel="stylesheet" type="text/css" href="{$AK_PLUGIN_CSS}/ak_style.css"> 44 {literal} 45 <script type="text/javascript">// <![CDATA[ 46 $(document).ready(function() { 47 $("a.load") 48 .click(function() { 49 $("#reload").load("./plugins/ak_loader.php?"+this.href); 50 return false; 51 }); 52 }); 53 // ]]> 54 </script> 55 {/literal} 56 {/html_head}
Note: See TracChangeset
for help on using the changeset viewer.