From 3ffa4f4ef17d816438e7873b1233725a66341e30 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 24 Jun 2008 17:29:15 +0000 Subject: Refs #82 - oops... forgot to add these... git-svn-id: https://code.elgg.org/elgg/trunk@1111 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/odd/canvas/default.php | 21 +++++++++++++++++++++ views/odd/object/default.php | 17 +++++++++++++++++ views/odd/user/default.php | 17 +++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 views/odd/canvas/default.php create mode 100644 views/odd/object/default.php create mode 100644 views/odd/user/default.php (limited to 'views') diff --git a/views/odd/canvas/default.php b/views/odd/canvas/default.php new file mode 100644 index 000000000..f1fbe6c96 --- /dev/null +++ b/views/odd/canvas/default.php @@ -0,0 +1,21 @@ + \ No newline at end of file diff --git a/views/odd/object/default.php b/views/odd/object/default.php new file mode 100644 index 000000000..8cf04ef16 --- /dev/null +++ b/views/odd/object/default.php @@ -0,0 +1,17 @@ +guid); + foreach ($serialised as $s) + echo $s; +?> \ No newline at end of file diff --git a/views/odd/user/default.php b/views/odd/user/default.php new file mode 100644 index 000000000..8cf04ef16 --- /dev/null +++ b/views/odd/user/default.php @@ -0,0 +1,17 @@ +guid); + foreach ($serialised as $s) + echo $s; +?> \ No newline at end of file -- cgit v1.2.3