SPR-814: detail template local merges

This commit is contained in:
Jana Deutschländer 2017-04-19 15:51:32 +02:00
commit 16a4631324
4 changed files with 9 additions and 1 deletions

View file

@ -296,8 +296,10 @@ include('tpl/favicon_tiles.php');
$simple_title = hsc(tpl_img_getTag('simple.title'));
if(strlen($simple_title) > 0) {
?>
<h2><?php print nl2br(hsc(tpl_img_getTag('simple.title'))); ?></h2>
<h4><?php print nl2br(hsc(tpl_img_getTag('simple.title'))); ?></h4>
<?php
} else {
echo '<h4>' . tpl_getLang('meta_data') . '</h4>';
}
?>