| +-Container DIV +- Header (not used) DIV | +- Content DIV | +-- Left Part DIV +-- Header (flash) DIV +-- Textual Content DIV +-- Addons (visibility depends on page options - see .xml) DIV +-- News (visibility depends on page options - see .xml) DIV +-- Right Part DIV +-- Header (Logo) DIV +-- Main Navigation Menu (dynamic) DIV / UL +-- Information Menu (mandatory - more static - but expandable) DIV / UL | +- Footer (not used) DIV | */ require_once 'php/lylib/LYLib.php'; require_once 'php/Asg.php'; $p = Asg::getPage(); ?> <?php echo $p->getHeadTitle(); ?> setupStyle(); ?>
getDynamicMenu(); }catch(Exception $e){/*let the exception run away :-)*/} ?>
getBannerPath(), $p->getBannerWidth(), $p->getBannerHeight(), "movie"); ?>
'.$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 '

'; } ?>
haut de page
showAdds()) { print ''.$p->getAddsTitle().''; print $p->getAdds(); } }catch(PageException $e) {} ?>
showNews()) { print ''.$p->getNewsTitle().''; print $p->getNews(); } }catch(PageException $e) {} ?>