9 lines
406 B
Text
9 lines
406 B
Text
<% if zone == "anemos" %>
|
|
<img src="/wind.png" width="35" alt=<%= alt %> title=<%= title %> />
|
|
<% elsif zone == "pagos" %>
|
|
<img src="/ice.png" width="35" alt=<%= alt %> title=<%= title %> />
|
|
<% elsif zone == "pyros" %>
|
|
<img src="/fire.png" width="35" alt=<%= alt %> title=<%= title %> />
|
|
<% elsif zone == "hydatos" %>
|
|
<img src="/water.png" width="35" alt=<%= alt %> title=<%= title %> />
|
|
<% end %>
|