Show module.1.php syntax highlighted
<?php
$currentModule->object->getItems();
$currentModule->addContent("content.php");
$currentModule->registerVariable($currentModule,"currentModule");
$currentModule->registerVariable($currentModule->object->items,"items");
?>
See more files for this project here