"._T('magusine:acces_a_la_page')."

"; fin_page(); exit; } $commencer_page = charger_fonction('commencer_page', 'inc'); echo $commencer_page('« '._T('sideinfo_about').' »', 'configuration', 'magusine'); echo barre_onglets("arty", "about"); echo debut_gauche("", true); echo debut_cadre_relief(_DIR_PLUGIN_ARTY.'/images/aide.png', true, "", _T('arty:info')); echo _T("arty:sideinfo_about"); if (file_exists(_DIR_PLUGIN_ARTY.'plugin.xml')) { $p =& new xmlParser(); $p->parse(_DIR_PLUGIN_ARTY.'plugin.xml'); foreach($p->output[0]['child'] as $prop) { if ($prop['name'] == "VERSION") $version = $prop['content']; } } if (isset($version)) { echo "

"._T("arty:version_actuelle").": ".$version."

"; } echo fin_cadre_relief(true); echo debut_droite("", true); echo gros_titre(_T("arty:a_propos"), "", false); echo "
"; // choix de l'edito echo debut_cadre_trait_couleur(_DIR_PLUGIN_ARTY."images/network-wireless.png", true, "", _T('arty:dernieres_infos')); echo ""; echo fin_cadre_trait_couleur(true); echo fin_gauche(); echo fin_page(); } ?>