diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-02-15 03:51:44 -0800 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-02-15 03:51:44 -0800 |
commit | 16f00cb73b4d9acbe15e636b3ab69f81c793a6c7 (patch) | |
tree | 3295a7a41dcff773ecec457c62d8408eb31a396c /view/event_form.tpl | |
parent | 07ca8d6574cc8b7f582bc55551290bf5f88ba8e2 (diff) | |
parent | 73bee08ac2ce4e89ab365d23f431f5e0c465abd6 (diff) | |
download | volse-hubzilla-16f00cb73b4d9acbe15e636b3ab69f81c793a6c7.tar.gz volse-hubzilla-16f00cb73b4d9acbe15e636b3ab69f81c793a6c7.tar.bz2 volse-hubzilla-16f00cb73b4d9acbe15e636b3ab69f81c793a6c7.zip |
Merge pull request #36 from fabrixxm/master
Missing icons in 'quattro' and ajax events calendar
Diffstat (limited to 'view/event_form.tpl')
-rwxr-xr-x | view/event_form.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/event_form.tpl b/view/event_form.tpl index 6de471aca..7d5f8cf4a 100755 --- a/view/event_form.tpl +++ b/view/event_form.tpl @@ -1,7 +1,7 @@ -<h3>$e_text</h3> +<h3>$title</h3> <p> -$e_desc +$desc </p> <form action="$post" method="post" > |