Created
December 29, 2010 02:03
-
-
Save tomyhero/758050 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
</div><!-- /mainContent --> | |
[% WRAPPER 'footer.inc' INTO footer_content %] | |
<script> | |
function myJsRun(){} | |
myJsRun(); | |
</script> | |
[% END %] | |
---- とりあえず現在はこうしてる... | |
</div><!-- /mainContent --> | |
[% MACRO footer_content_block BLOCK -%] | |
<script> | |
function myJsRun(){} | |
myJsRun(); | |
</script> | |
[% END %] | |
[% INCLUDE 'footer.inc' WITH | |
footer_content = footer_content_block() | |
%] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment