Guest User

Untitled

a guest
Nov 21st, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. {if isset($js_defer) && !$js_defer && isset($js_files) && isset($js_def)}
  2. {$js_def}
  3. {foreach from=$js_files item=js_uri}
  4. <script type="text/javascript" src="{$js_uri|escape:'html':'UTF-8'}"></script>
  5. {/foreach}
  6. {/if}
  7.  
  8. if (in_array($this->controller_type, array('front', 'modulefront')) && !empty($html) && $this->getLayout()) {
Add Comment
Please, Sign In to add comment