How to register JS or Css in the footer
Jamroom Developers
Hi, can someone help me, i want to place JS and Css in the footer in the include.php.
the code in the tpl is this
{if isset($css_footer_href)}
{foreach from=$css_footer_href item="_css"}
{/foreach}
{/if}
{if isset($javascript_footer_href)}
{foreach from=$javascript_footer_href item="_js"}
{/foreach}
{/if}
{if isset($javascript_footer_function)}
{$javascript_footer_function}
{/if}
and in include is jrCore_register_module_feature('jrCore', 'javascript', 'jrCore', 'jquery-1.8.3.min.js');
but this register in the header how can i put it in the footer?
updated by @famegroup: 02/02/14 09:51:52AM