implement TextFormatter class to include media in texts

This commit is contained in:
coderkun 2014-04-18 18:25:52 +02:00
commit f723382b93
9 changed files with 137 additions and 7 deletions

View file

@ -7,7 +7,7 @@
<?php endforeach ?>
</select>
<?php endif ?>
<?=\hhu\z\Utils::t($text)?>
<?=$t->t($text)?>
<?php endforeach ?>
<br /><br />

View file

@ -7,6 +7,6 @@
<?php endforeach ?>
</select>
<?php endif ?>
<?=\hhu\z\Utils::t($text)?>
<?=$t->t($text)?>
<?php endforeach ?>
</form>