forked from vergnet/site-accueil-insa
minor fixes
This commit is contained in:
parent
cbaa2137af
commit
93f6c23bb5
7 changed files with 8 additions and 24 deletions
2
anim.php
2
anim.php
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
ob_start(); // Start reading html
|
||||
include "assets/scripts/globals.php";
|
||||
|
||||
?>
|
||||
<main>
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
div ul li {
|
||||
list-style: inside;
|
||||
}
|
|
@ -16,7 +16,7 @@ $SITE_MAP = [
|
|||
["game.php","INSARIO"],
|
||||
["prevs.php","Prévention"],
|
||||
["photos.php","Photos"],
|
||||
["clubs.php","Les clubs"],
|
||||
["https://amicale-insat.fr/clubs","Les clubs"],
|
||||
["com_page.php","Com's"],
|
||||
["vacances.php","Homework"],
|
||||
["chansons.php","Chansons"],
|
||||
|
|
|
@ -15,6 +15,8 @@ function music($name, $link) {
|
|||
}
|
||||
|
||||
include "assets/fonts/color.php";
|
||||
include "assets/scripts/globals.php";
|
||||
|
||||
?>
|
||||
<main>
|
||||
|
||||
|
|
19
clubs.php
19
clubs.php
|
@ -1,19 +0,0 @@
|
|||
<?php
|
||||
ob_start(); // Start reading html
|
||||
?>
|
||||
<main>
|
||||
|
||||
<div id="alert">
|
||||
<a href="https://wiki.etud.insa-toulouse.fr/books/rejoindre-les-associations/page/rejoindre-les-serveurs-dassociations" class="link2" target="_wiki">>> Comment rejoindre une association ? <<</a>
|
||||
</div>
|
||||
|
||||
<div class="pancarte">
|
||||
<div class="title"><br><a href="https://amicale-insat.fr/clubs" target="_NEWWWWW" class="link_in_yellow_box">amicale-insat.fr/clubs</a></div>
|
||||
</div>
|
||||
|
||||
<iframe src="https://amicale-insat.fr/clubs" class="iframe_amicale" allow="fullscreen" scrolling="auto"></iframe>
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Les clubs", ob_get_clean(), "", "clubs","Chargement en cours ..."]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
|
@ -2,6 +2,7 @@
|
|||
ob_start(); // Start reading html
|
||||
|
||||
//include "assets/fonts/color.php";
|
||||
|
||||
?>
|
||||
<main>
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
ob_start(); // Start reading html
|
||||
include "assets/scripts/globals.php";
|
||||
|
||||
?>
|
||||
<main>
|
||||
|
||||
|
|
Loading…
Reference in a new issue