From 01d229aa16f6514da35701ff0a811f592be6ef97 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 9 Apr 2009 17:18:25 +0000 Subject: Introducing actionurl.php (Refs #749) git-svn-id: https://code.elgg.org/elgg/trunk@3201 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/output/actionurl.php | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 views/default/output/actionurl.php (limited to 'views/default/output/actionurl.php') diff --git a/views/default/output/actionurl.php b/views/default/output/actionurl.php new file mode 100644 index 000000000..172d38af1 --- /dev/null +++ b/views/default/output/actionurl.php @@ -0,0 +1,33 @@ +0) $sep = "&"; + $val = "$val{$sep}__elgg_token=$token&__elgg_ts=$ts"; + + echo elgg_view('output/url', array('value' => $val)); + } + +?> \ No newline at end of file -- cgit v1.2.3