Second pass at adding key files
This commit is contained in:
12
site/articles/include_detailed_article.html
Normal file
12
site/articles/include_detailed_article.html
Normal 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>
|
||||
|
||||
|
Reference in New Issue
Block a user