Guest User

Untitled

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