Questo commit è contenuto in:
Arthur 2019-06-04 14:53:12 +02:00
parent f02910ba28
commit bda630d9bb
8 ha cambiato i file con 4 aggiunte e 4 eliminazioni

BIN
assets/images/bg_boo.jpg File normale

File binario non mostrato.

Dopo

Larghezza:  |  Altezza:  |  Dimensione: 67 KiB

BIN
assets/images/bg_gli.jpg File normale

File binario non mostrato.

Dopo

Larghezza:  |  Altezza:  |  Dimensione: 52 KiB

BIN
assets/images/bg_pek.jpg File normale

File binario non mostrato.

Dopo

Larghezza:  |  Altezza:  |  Dimensione: 52 KiB

BIN
assets/images/bg_ver.jpg File normale

File binario non mostrato.

Dopo

Larghezza:  |  Altezza:  |  Dimensione: 54 KiB

Vedi file

@ -4,7 +4,7 @@ ob_start(); // Start reading html
<h1>Boomsouffle</h1> <h1>Boomsouffle</h1>
<?php <?php
$pageContent = ob_get_clean(); // Store html content in variable $pageContent = ob_get_clean(); // Store html content in variable
$customBackgroundId = "boo_bg.jpg"; $customBackgroundId = "bg_boo";
$pageTitle = "Boomsouffle"; $pageTitle = "Boomsouffle";
include("includes/template.php"); // Display template with variable content include("includes/template.php"); // Display template with variable content
?> ?>

Vedi file

@ -5,7 +5,7 @@ ob_start(); // Start reading html
<?php <?php
$pageContent = ob_get_clean(); // Store html content in variable $pageContent = ob_get_clean(); // Store html content in variable
$customBackgroundId = "gli_bg.jpg"; $customBackgroundId = "bg_gli";
$pageTitle = "Glissefondor"; $pageTitle = "Glissefondor";
include("includes/template.php"); // Display template with variable content include("includes/template.php"); // Display template with variable content
?> ?>

Vedi file

@ -7,7 +7,7 @@ ob_start(); // Start reading html
<?php <?php
$pageContent = ob_get_clean(); // Store html content in variable $pageContent = ob_get_clean(); // Store html content in variable
$customBackgroundId = "pek_bg.jpg"; $customBackgroundId = "bg_pek";
$pageTitle = "Peksentard"; $pageTitle = "Peksentard";
include("includes/template.php"); // Display template with variable content include("includes/template.php"); // Display template with variable content
?> ?>

Vedi file

@ -4,7 +4,7 @@ ob_start(); // Start reading html
<h1>Verredaigle</h1> <h1>Verredaigle</h1>
<?php <?php
$pageContent = ob_get_clean(); // Store html content in variable $pageContent = ob_get_clean(); // Store html content in variable
$customBackgroundId = "ver_bg.jpg"; $customBackgroundId = "bg_ver";
$pageTitle = "Verredaigle"; $pageTitle = "Verredaigle";
include("includes/template.php"); // Display template with variable content include("includes/template.php"); // Display template with variable content
?> ?>