First pass at adding key files

This commit is contained in:
dsainty
2024-06-17 21:49:12 +10:00
commit aa25e9347f
1274 changed files with 392549 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<%set detailed_url = get_detailed_url($ID)%>
<% if Link_Type eq 'article' %>
<% include include_detailed_article.html %>
<% elseif Link_Type eq 'photo' %>
<% if showLargePic eq 'Yes' %>
<% include include_detailed_photo_large.html %>
<% else %>
<% include include_detailed_photo.html %>
<% endif %>
<% else %>
<% include include_detailed_video.html %>
<% endif %>