"; print "

$title

"; } function endpost() { print "
"; print ""; print ""; } function printpost($PostName) { global $postsdir, $posts; startpost($posts[$PostName]['title'],$posts[$PostName]['date'],$posts[$PostName]['author']); include "$postsdir/$PostName"; endpost(); } function viewpost($PostName, $SideBar) { global $postsdir, $posts; if ($SideBar == "off") { print "
\n"; } else { if ( count($posts[$PostName]['sidebars']) == 0 ) { viewsidebar("default"); } else { viewsidebars($posts[$PostName]['sidebars']); } print "
\n"; } startpost($posts[$PostName]['title'],$posts[$PostName]['date'],$posts[$PostName]['author']); include "$postsdir/$PostName"; print "

\n"; print "Back\n"; print "Printable Version\n"; print "

\n"; endpost(); } function includepost($PostName) { global $postsdir, $posts; $title = $posts[$PostName]['title']; print "
"; print "

$title

"; include "$postsdir/$PostName"; print "
"; } function viewpostsummary($PostName) { global $postsdir, $posts; startpost($posts[$PostName]['title'],$posts[$PostName]['date'],$posts[$PostName]['author']); include "$postsdir/$PostName.s"; print "

Read More

"; endpost(); } ?> Programming Language Interference and Dependence (PLID'08)