From 60df8b304bd70b5ddc79927abec1b1dc2eb706ee Mon Sep 17 00:00:00 2001 From: Sem Date: Fri, 25 May 2012 21:50:52 +0200 Subject: Purity2 Theme by SocialApparatus. http://community.elgg.org/pg/plugins/project/874669/developer/sbarron/purity2-theme-for-elgg-18 --- views/default/plugins/purity_theme/settings.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 views/default/plugins/purity_theme/settings.php (limited to 'views/default/plugins') diff --git a/views/default/plugins/purity_theme/settings.php b/views/default/plugins/purity_theme/settings.php new file mode 100644 index 000000000..a16b29034 --- /dev/null +++ b/views/default/plugins/purity_theme/settings.php @@ -0,0 +1,24 @@ +frontleft; + if (!$frontleft) $frontleft='

You can edit this information in the admin section of this theme.

'; + $frontright = $vars['entity']->frontright; + if (!$frontright) $frontright='

You can edit this information in the admin section of this theme.

'; + $showpeople = $vars['entity']->showpeople; + if (!$showpeople) $showpeople = 'Right'; +?> +
+ +
+ 'params[showpeople]','value'=>$showpeople,'options'=>array('no','Left','Right'))); ?> +

 

+
+ 'params[frontleft]','value'=>$frontleft)); + ?> +

 

+
+ 'params[frontright]','value'=>$frontright)); + ?> + +
\ No newline at end of file -- cgit v1.2.3