WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
plugins
/
auto
/
manuelsite
/
v2.0.2
/
prive
/
squelettes
/
contenu
/
Name
Action
..
configurer_manuelsite.html
Edit
manuelsite.html
Edit
manuelsite_fonctions.php
Edit
Editing: manuelsite_fonctions.php
<?php /** * Plugin Manuel du site * * Formulaire de configuration du plugin */ if (!defined('_ECRIRE_INC_VERSION')) { return; } function construire_lien($t) { if ($t) { if (version_compare($GLOBALS['spip_version_branche'], '3.O', '>=')) { $table = table_objet_sql($t); $trouver_table = charger_fonction('trouver_table', 'base'); $desc = $trouver_table($table); } else { $desc['url_edit'] = concat($t, '_edit'); } return parametre_url(generer_url_ecrire($desc['url_edit']), 'new', 'oui'); } return ''; }