┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
webm008.cluster103.gra.hosting.ovh.net
LOCATION:
/home/paxmediccp/www/plugins-dist/porte_plume/barre_outils
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: forum.php
<?php /** * Déclaration de la barre d'outil de forum de SPIP * * @plugin Porte Plume pour SPIP * @license GPL * @package SPIP\PortePlume\BarreOutils */ if (!defined('_ECRIRE_INC_VERSION')) { return; } /** * Définition de la barre 'forum' pour markitup * * @return Barre_outils La barre d'outil */ function barre_outils_forum() { // on modifie simplement la barre d'edition $edition = charger_fonction('edition', 'barre_outils'); $barre = $edition(); $barre->nameSpace = 'forum'; $barre->cacherTout(); $barre->afficher([ 'bold', 'italic', 'sepLink', 'link', 'sepGuillemets', 'quote', 'sepCaracteres', 'guillemets', 'guillemets_simples', 'guillemets_de', 'guillemets_de_simples', 'guillemets_autres', 'guillemets_autres_simples', 'A_grave', 'E_aigu', 'E_grave', 'aelig', 'AElig', 'oe', 'OE', 'Ccedil', ]); return $barre; }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 edition.php
PHP
15.3 KB
2026-04-27 15:55
EDIT
📄 forum.php
PHP
889 B
2026-04-27 15:55
EDIT
📄 vide.php
PHP
456 B
2026-04-27 15:55
EDIT