Remove unneeded echo
This commit is contained in:
parent
e94ff0bbea
commit
9e92868475
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
<section class="content subtitle_content">
|
<section class="content subtitle_content">
|
||||||
<?php
|
<?php
|
||||||
echo '<h1>'.e_('about_event').'</h1>';
|
e_('about_event');
|
||||||
?>
|
?>
|
||||||
</section>
|
</section>
|
||||||
<section class="content">
|
<section class="content">
|
||||||
|
|
Loading…
Reference in New Issue