mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
12 lines
196 B
PHP
12 lines
196 B
PHP
<?php
|
|
|
|
|
|
include("inline.php");
|
|
|
|
|
|
foreach($inline as $rows)
|
|
{
|
|
echo "<h1>".$rows['default']['heading']."</h1>";
|
|
echo "<p>".str_replace('<br><br>','<br>',$rows['default']['description'])."</p>";
|
|
}
|