Added new coms

This commit is contained in:
Keplyx 2018-07-24 16:58:00 +02:00
parent 744a7c8795
commit f99c4e3c58
2 changed files with 16 additions and 1 deletions

View file

@ -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

View file

@ -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>