<%~if Link_Type eq 'article'%>
                    <%~include include_detailed_article.html%>
                    <%~elsif Link_Type eq 'photo' %>
                    <%~if slideshow%>
                    <%~include include_detailed_slideshow.html%>
                    <%~elsif is_old_article($Add_Date_orig)%>
                    <%~include include_detailed_old_photo.html%>
                    <%else%>
                    <%~include include_detailed_photo.html%>
                    <%~endif%>
                    <%~else%>
                    <%~include include_detailed_video.html%>
                    <%~endif%>
                    
                
                        <%~if user.Status eq 'Administrator'%>
                            EDIT THIS ARTICLE
                            EDIT FEATURED LINKS
                        <%~endif%>
                        <%if user.Status eq 'Editor' AND user.Status neq 'Administrator'%>EDIT THIS ARTICLE<%endif%>
                        <%if user.Status eq 'Administrator'%>Log Out<%endif%>
                        <%if config.bookmark_enabled%>Bookmark It<%endif%>
                        <%if isLinkOwner%>Edit this link<%endif%>
                        <%if paymentsEnabled%><%if isUnpaid or isFree%>New Payment<%else%>Renewal Payment<%endif%><%endif%>
                    
                    <%include include_share.html%>
                    <%include include_fb_comments.html%>
                  
                      <%~endif%>