Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.30 KB | None | 0 0
  1. /* Main */
  2.  
  3. {exp:channel:entries channel="pages"}
  4. {title}
  5. {page-body}
  6. {embed="embed/getpromo" promo_title="{left_promo_code"}"}
  7. {/exp:channel:entries}
  8.  
  9. /* Getpromo */
  10.  
  11. {if {embed:left_promo_code}}
  12. {embed:left_promo_code}
  13. {if:else}
  14. <p>No promo code here! Nothing to see! Move along people!</p>
  15. {/if}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement