Guest User

Untitled

a guest
Jun 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <% if IsWYSIWYGEnabled %>
  2. <% if Dokument %>
  3. <a href="$Dokument.URL" target="_blank">Ściągnij $Dokument.Name</a>
  4. <% end_if %>
  5. <% if Obrazek %>
  6. <img src='$Obrazek.URL'>
  7. <% end_if %>
  8. $Content
  9. <% else %>
  10. <% if Dokument %>
  11. <a href="$Dokument.URL" target="_blank">Ściągnij $Dokument.Name</a>
  12. <% end_if %>
  13. <% if Obrazek %>
  14. <img src='$Obrazek.URL'>
  15. <% end_if %>
  16. $ParsedContent
  17. <% end_if %>
Add Comment
Please, Sign In to add comment