From a11432db93dbfdb0dbc78e1dd384663439799559 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 23 May 2011 06:53:31 +0200 Subject: first try to implement theming support, which currently does not work at all --- .../default/bookmarkcommondescriptionedit.tpl.php | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 data/templates/default/bookmarkcommondescriptionedit.tpl.php (limited to 'data/templates/default/bookmarkcommondescriptionedit.tpl.php') diff --git a/data/templates/default/bookmarkcommondescriptionedit.tpl.php b/data/templates/default/bookmarkcommondescriptionedit.tpl.php new file mode 100644 index 0000000..807c58b --- /dev/null +++ b/data/templates/default/bookmarkcommondescriptionedit.tpl.php @@ -0,0 +1,58 @@ +includeTemplate($GLOBALS['top_include']); + +list ($url, $hash) = explode('/', $_SERVER['PATH_INFO']); + + +?> + + +
+ + + + + + + + + + + + + + + + + + + + +
+ 0) { + echo T_('Last modification:').' '.$description['cdDatetime'].', '; + $lastUser = $userservice->getUser($description['uId']); + echo '' + . SemanticScuttle_Model_UserArray::getName($lastUser) . ''; + } + ?> +
+ + +
+ + +
+ +
+
+ +includeTemplate($GLOBALS['bottom_include']); +?> -- cgit v1.2.3-54-g00ecf