#macro( select $name $displayname $choicelist $size $selected) #end #set( $months = [1..12] ) #set( $years = [2004..$blog.getCurrentYear()] )
Issue -  
 
#foreach( $section in $blog.getSOFSections(true) ) #if ( $section != "none" )
$section
#end #foreach( $entry in $blog.getSOFEntries(true).get($section) ) $entry.title #if ( $section == "none" )
Buy Online Edition #end
#if ($entry.blurb) $entry.blurb
#end $entry.author


#end #end
 
SOF World Report
View all articles
#foreach( $entry in $SOF_World_Report.getHomeEntries(true) ) $entry.title
#if ($entry.blurb) $entry.blurb
#end $entry.author


#end
SOF Flashbacks
View all articles
#foreach( $entry in $SOF_Flashbacks.getHomeEntries(true) ) $entry.title
#if ($entry.blurb) $entry.blurb
#end $entry.author


#end