From cbb06b10079ee132aae4cbf573aeaa996f390165 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 31 Jul 2008 14:56:39 +0000 Subject: Guid tool for import, export and browsing. git-svn-id: https://code.elgg.org/elgg/trunk@1633 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/guidtool/view.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 mod/guidtool/view.php (limited to 'mod/guidtool/view.php') diff --git a/mod/guidtool/view.php b/mod/guidtool/view.php new file mode 100644 index 000000000..c9f1f9fc5 --- /dev/null +++ b/mod/guidtool/view.php @@ -0,0 +1,22 @@ + $entity_guid)); + + $body = elgg_view_layout('one_column', $body); + + page_draw($title, $body); +?> \ No newline at end of file -- cgit v1.2.3