┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
webm008.cluster103.gra.hosting.ovh.net
LOCATION:
/home/paxmediccp/www/ecrire/src/Afficher/Minipage
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: Installation.php
<?php /***************************************************************************\ * SPIP, Système de publication pour l'internet * * * * Copyright © avec tendresse depuis 2001 * * Arnaud Martin, Antoine Pitrou, Philippe Rivière, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribué sous licence GNU/GPL. * * \***************************************************************************/ namespace Spip\Afficher\Minipage; /** * Présentation des pages simplifiées pour installer SPIP **/ class Installation extends Admin { public const TYPE = 'installation'; protected function setOptions(array $options) { $options['titre'] ??= ''; if (!$options['titre'] or $options['titre'] === 'AUTO') { $options['titre'] = _T('info_installation_systeme_publication'); } $options = parent::setOptions($options); $options['couleur_fond'] = '#a1124d'; $options['css_files'][] = find_in_theme('installation.css'); $options['footer'] = ''; return $options; } public function page($corps = '', $options = []) { $options['titre'] ??= 'AUTO'; return parent::page($corps, $options); } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 AbstractPage.php
PHP
8.6 KB
2026-04-27 15:58
EDIT
📄 Admin.php
PHP
4.3 KB
2026-04-27 15:58
EDIT
📄 Installation.php
PHP
1.3 KB
2026-04-27 15:58
EDIT
📄 Page.php
PHP
837 B
2026-04-27 15:58
EDIT