Second pass at adding key files

This commit is contained in:
dsainty
2024-06-17 22:24:05 +10:00
parent aa25e9347f
commit b6fc94ff0f
923 changed files with 243184 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<div class="detail_text clearfix <%Link_Type%>">
<%~loop 1 .. 16%>
<%~set paragraph = Plugins::UI::retrieve_param('Paragraph', $loop_value)%>
<%~set image_path = Plugins::UI::retrieve_param("Image_largest_path", $loop_value)%>
<%~if image_path%><img src="<%image_path%>" class="img-responsive" /><%endif%>
<%~if paragraph%>
<p><%paragraph%></p>
<%~endif%>
<%~endloop%>
</div>