first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php $admin = sfContext::getInstance()->getRequest()->getParameter('admin'); ?>
|
||||
<?php
|
||||
if($admin!=1):
|
||||
echo $config->get('hash_control', null, false);
|
||||
echo input_hidden_tag('config[hash_control]', $config->get('hash_control', null, false), array ());
|
||||
else:
|
||||
?>
|
||||
<?php echo input_tag('config[hash_control]', $config->get('hash_control', null, false), array ()); ?>
|
||||
<?php endif; ?>
|
||||
Reference in New Issue
Block a user