Signed-off-by: Roland Häder <roland@mxchange.org>
public function buildMasterTemplateName () {
return 'node_main';
}
+
+ /**
+ * Assigns extra application-depending data
+ *
+ * @param $templateInstance An instance of a CompileableTemplate
+ * @return void
+ * @todo Nothing to add?
+ */
+ public function assignExtraTemplateData (CompileableTemplate $templateInstance) {
+ $this->partialStub('Unfinished method. templateInstance=' . $templateInstance->__toString());
+ }
}
// [EOF]
// Get config instance
$cfg = FrameworkConfiguration::getSelfInstance();
-// This application needs a database connection then we have to simply include
-// the inc/database.php script
-require($cfg->getConfigEntry('base_path') . 'inc/database.php');
-
// [EOF]
?>