n/oldblog
Archived
1
0
Fork 0
This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
oldblog/pages/dial.html

18 lines
413 B
HTML
Raw Normal View History

2023-04-30 21:28:42 +02:00
<?php
extract($themeset, EXTR_OVERWRITE);
$bodyclass = "centerbody";
$module = "kikchat/login";
$headstartcode = "<font name='verdana' size='3' class='centerhead'>";
$headendcode ="</font>";
$titre = "Bienvenue sur le chat";
$bodystartcode="<div align='center'>";
$bodyendcode="</div>";
$footerbox = 1;
$footerboxtext = "Retour au menu";
$footerlien = "/";
include "modules/magicbox.php";
unset($bodyclass);
?>