Advertisement
Guest User

Untitled

a guest
Jun 27th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.40 KB | None | 0 0
  1. <!-- plugins -->
  2.             {* @event (frontend_action_default|frontend_action_post|frontend_action_page|frontend_action_error).%plugin_id%.sidebar *}
  3.             {foreach $frontend_action as $plugin => $output}
  4.               {if !empty($output.sidebar)}
  5.                   <hr>
  6.                   <div class="{$plugin}">
  7.                       {$output.sidebar}
  8.                   </div>
  9.               {/if}
  10.             {/foreach}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement