Advertisement
Guest User

Untitled

a guest
Feb 14th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 0.81 KB | None | 0 0
  1. {* Main content *}
  2. {block name="frontend_index_content"}
  3.     <div class="custom-page--content content block">
  4.         {* Custom page tab content *}
  5.         {block name="frontend_custom_article"}
  6.             <div class="content--custom">
  7.                 {block name="frontend_custom_article_inner"}
  8.                     {* Custom page tab headline *}
  9.                     {block name="frontend_custom_article_headline"}
  10.                         <h1 class="custom-page--tab-headline">{$sCustomPage.description}</h1>
  11.                     {/block}
  12.  
  13.                     {* Custom page tab inner content *}
  14.                     {block name="frontend_custom_article_content"}
  15.                         {$sContent}
  16.                     {/block}
  17.                 {/block}
  18.             </div>
  19.         {/block}
  20.  
  21.     </div>
  22. {/block}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement