$section = 0; //0: Home, 1: L'avero, 2: Progetti, 3: Sostieni, 4: Blog, 5: Contatti ?>
include("include/header.php");
?>
$contentLength) $postContent1 = substr($postContent1, 0, $contentLength) . "...";
if ( strlen($postContent2) > $contentLength) $postContent2 = substr($postContent2, 0, $contentLength) . "...";
if ( strlen($postTitle1) > $titleLength) $postTitle1 = substr($postTitle1, 0, $titleLength) . "...";
if ( strlen($postTitle2) > $titleLength) $postTitle2 = substr($postTitle2, 0, $titleLength) . "...";
?>