diff options
Diffstat (limited to 'views/default/plugins')
-rw-r--r-- | views/default/plugins/purity_theme/settings.php | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/views/default/plugins/purity_theme/settings.php b/views/default/plugins/purity_theme/settings.php deleted file mode 100644 index a16b29034..000000000 --- a/views/default/plugins/purity_theme/settings.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - $frontleft = $vars['entity']->frontleft; - if (!$frontleft) $frontleft='<h2>You can edit this information in the admin section of this theme.</h2>'; - $frontright = $vars['entity']->frontright; - if (!$frontright) $frontright='<h2>You can edit this information in the admin section of this theme.</h2>'; - $showpeople = $vars['entity']->showpeople; - if (!$showpeople) $showpeople = 'Right'; -?> -<div id="purity_theme_admin"> - - <label>Show the default "people" image?</label><br/> - <?php echo elgg_view('input/dropdown',array('name'=>'params[showpeople]','value'=>$showpeople,'options'=>array('no','Left','Right'))); ?> - <p> </p> - <label>Front left text area:</label><br/> - <?php - echo elgg_view('input/longtext', array('name'=>'params[frontleft]','value'=>$frontleft)); - ?> - <p> </p> - <label>Front right text area:</label><br/> - <?php - echo elgg_view('input/longtext', array('name'=>'params[frontright]','value'=>$frontright)); - ?> - -</div>
\ No newline at end of file |