OpenXE/languages/german/index.php

12 lines
196 B
PHP
Raw Normal View History

2021-05-21 08:49:41 +02:00
<?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>";
}