Ein sehr gutes Beispiel für gute, hilfreiche und nützliche Kommentare, denn ohne diese wüsste man ja garnicht, was da gemacht wird.
PHP-Quellcode:
// read the step get variable
if(isset($_GET['step'])) $step=$_GET['step']; else $step=0;
// show the header
oc_setup::showheader();
...
// show the footer
oc_setup::showfooter();