mise en conformite SPIP
This commit is contained in:
parent
c34989c649
commit
d1f17b149f
1 changed files with 3 additions and 1 deletions
|
@ -145,7 +145,9 @@ endsnippet
|
|||
|
||||
snippet php2 "SPIP php"
|
||||
<?php
|
||||
if (!defined('_ECRIRE_INC_VERSION')) return;
|
||||
if (!defined('_ECRIRE_INC_VERSION')){
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
${0}
|
||||
|
|
Loading…
Add table
Reference in a new issue