OpenXE/languages/german/index.php
2021-05-21 08:49:41 +02:00

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>";
}