'.$p->getPathInfo()->__toString().''; // seems we have to force __toString() here ??? why.. ??
if($p->showTitle())
print '
'.$p->getTitle().'';
print '
'.$p->getContent().'';
}catch(PageException $e) {
$innerPagePath = $p->getPathInfo()->__toString();
$pc = $p->getPathInfo()->getComponents();
if( $pc[1] == 'html' AND $pc[2] == 'article.php' ) {
$split = explode('?', $_SERVER['REQUEST_URI']);
$split = explode('=', $split[1]);
if($split[1] == '27') {
echo "
";
}
}
print '
';
print 'La page '.$innerPagePath.', n\' existe plus sur '.Asg::get("NAME").' ou à été déplacée !';
print 'Nous vous invitons à retourner sur l\' accueil ASG ou l\' accueil Theatragogie pour rechercher dans les activitées d\'ASG Conseil
';
print '
';
}
?>