title = "Example 1"; // The $S->banner = "<h1>Example One</h1>"; // This is the banner. $S->defaultCss = "../css/style.css"; // Add some css. $S->css =<<<EOF pre { font-size: 8px; } EOF; [$top, $footer] = $S->getPageTopBottom(); echo <<<EOF $top <hr> <pre>This is the value of the instantiated class. \$S: $CLASS</pre> <hr> <a target="_top" href="/newspapers?url=example1.php">Example1</a><br> <a target="_top" href="/newspapers?url=example2.php">Example2</a><br> <a target="_top" href="/newspapers?url=example3.php">Example3</a><br> <a target="_top" href="/newspapers?url=example4.php">Example4</a><br> <a target="_top" href="/newspapers?url=example5.php">Example5</a><br> <a target="_top" href="/newspapers?url=example6.php">Example6</a><br> <a target="_top" href="/newspapers?url=../phpinfo.php">PHPINFO</a> <hr> $footer EOF;