From 9895df4280a7be9465fe148a356327edf370f6fa Mon Sep 17 00:00:00 2001 From: Sem Date: Fri, 6 Jan 2012 13:25:03 +0100 Subject: Initial commit for Elgg 1.8 --- views/default/widgets/identica/content.php | 33 ++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 views/default/widgets/identica/content.php (limited to 'views/default/widgets/identica/content.php') diff --git a/views/default/widgets/identica/content.php b/views/default/widgets/identica/content.php new file mode 100644 index 000000000..9209e01a6 --- /dev/null +++ b/views/default/widgets/identica/content.php @@ -0,0 +1,33 @@ +identica_username; +$num = $vars['entity']->identica_num; +$id = md5($vars['entity']->identica_username.rand(0, 99999)); + +// if the identi.ca username is empty, then do not show +if ($username) { + +?> + +
+ +

+ + + +
+ +" . elgg_echo("identica:notset") . ".

"; + +} -- cgit v1.2.3