<%include include_common_head.html%> <%~if ad_wallpaper%> <%ad_wallpaper%> <%~endif%>
<%include include_header.html%>
<%~if $config.featured_articles%><%set featured_articles_loop = Plugins::UI::fetch_links(ids => $config.featured_articles)%><%endif%> <%~if featured_articles_loop.length%>
<%~endif%> <%~set widgets_loop = Plugins::UI::fetch_widgets('home')%>
<%~set row_index = 0%> <%~set latest_news = Plugins::UI::fetch_links(max_hits => 21)%> <%~set list_view = 'latest'%> <%~if latest_news.length%> <%~loop latest_news%> <%~if row_index == 10%>
<%~set adsize = '300x250_1'%> <%include include_ad.html%> <%~endif%> <%~set local_id = $ID %> <%~set is_featured = 0 %> <%~loop featured_articles_loop%> <%~if $local_id == $ID %> <%~set is_featured = 1 %> <%~endif%> <%~endloop%> <%~if not is_featured%> <%include link.html%> <%~set row_index += 1%> <%~endif%> <%~endloop%> <%~endif%>
<%~set adsize = '970x250'%> <%include include_ad.html%>
<%include include_footer.html%>
<%~include include_global_js.html%>