forked from rebillar/site-accueil-insa
Added new coms
This commit is contained in:
parent
744a7c8795
commit
f99c4e3c58
2 changed files with 16 additions and 1 deletions
15
coms.php
15
coms.php
|
@ -84,6 +84,21 @@ $comRespo = "Louis GALZIN";
|
|||
$comRespoId = "galzin";
|
||||
$comRespoPhoto = "assets/images/urss_logo.png";
|
||||
include("includes/coms/com_template.php");
|
||||
|
||||
$comTitle = "Couteau Suisse";
|
||||
$comDescription = "Partout et nulle part à la fois...";
|
||||
$comRespo = "Lucas TAULAN";
|
||||
$comRespoId = "taulan";
|
||||
$comRespoPhoto = "assets/images/urss_logo.png";
|
||||
include("includes/coms/com_template.php");
|
||||
|
||||
$comTitle = "Oncle Sam";
|
||||
$comDescription = "L'oncle Sam est là pour vous servir !";
|
||||
$comRespo = "Samuel Navarro";
|
||||
$comRespoId = "navarro";
|
||||
$comRespoPhoto = "assets/images/usa_logo.png";
|
||||
include("includes/coms/com_template.php");
|
||||
|
||||
?>
|
||||
<?php
|
||||
$pageContent = ob_get_clean(); // Store html content in variable
|
||||
|
|
|
@ -133,7 +133,7 @@ $scoreURSS = get_total_points('urss');
|
|||
?>
|
||||
</div>
|
||||
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Faccueil2018INSAT%2F&tabs=timeline&width=340&height=500&small_header=true&adapt_container_width=true&hide_cover=false&show_facepile=false&appId"
|
||||
width="340" height="500" style="border:none;overflow:hidden;margin-top: 30px" scrolling="no" frameborder="0"
|
||||
width="340" height="500" style="border:none;overflow:hidden;margin-top: " scrolling="no" frameborder="0"
|
||||
allowTransparency="true" allow="encrypted-media"></iframe>
|
||||
</section>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue