Skip to content
Snippets Groups Projects
Commit 8c8a869b authored by efalcy's avatar efalcy
Browse files

ne pas afficher les domaines par défaut

parent 1979cedb
Branches
Tags
No related merge requests found
......@@ -206,7 +206,9 @@ Class_ScriptLoader::getInstance()
</tr>
</table>
</fieldset>
<?php
if (defined('DEVELOPMENT')) {
?>
<fieldset>
<legend><?php echo $this->traduire('Indexation'); ?></legend>
<table >
......@@ -221,7 +223,7 @@ echo $this->formMultiCheckbox('domaine_ids',$this->article->getDomaineIdsAsArray
</table>
</fieldset>
<?php } ?>
<?php echo $this->partial('cms/_newsform_buttons.phtml'); ?>
</form>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment