From 543336aef16562369c01992817f58e17144c9cad Mon Sep 17 00:00:00 2001 From: neoraider Date: Thu, 14 Dec 2006 00:06:02 +0000 Subject: Base-Type durch Subst-Erweiterungen unnoetig gemacht; Type-Konzept entfernt. --- templates/phpexec.inc.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'templates/phpexec.inc.php') diff --git a/templates/phpexec.inc.php b/templates/phpexec.inc.php index db8373a..52164a1 100644 --- a/templates/phpexec.inc.php +++ b/templates/phpexec.inc.php @@ -2,6 +2,15 @@ Uses('links'); class phpexec_template { + function GetTitle($data) { + return strtr($data['_page'], array(':' => ' - ')); + + //ob_start(); + + //$content = ob_get_contents(); + //ob_end_clean(); + } + function GetPage($data) { $title = strtr($data['_page'], array(':' => ' - ')); @@ -21,7 +30,6 @@ $content = '

' . $title . '

'; $content .= '
'; $content .= ''; - $content .= ''; $content .= ''; $content .= '
'; -- cgit v1.2.3