diff options
author | Nathan Kinkade <nath@nkinka.de> | 2013-12-29 13:03:13 +0000 |
---|---|---|
committer | Nathan Kinkade <nath@nkinka.de> | 2013-12-29 13:03:13 +0000 |
commit | 1b8723433c40cd372ee0dc53ce51d60caf1e9e20 (patch) | |
tree | d8e3a4f52ac979fbf2e20a386248c970018cbefe | |
parent | a9cdb617116728a364fca926d29f07fd7dd93604 (diff) |
Hide ugly video title.
-rw-r--r-- | themes/wind/views/movie.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/movie.html.php b/themes/wind/views/movie.html.php index 158857db..591434e0 100644 --- a/themes/wind/views/movie.html.php +++ b/themes/wind/views/movie.html.php @@ -11,7 +11,7 @@ </div> <div id="g-info"> - <h1><?= html::purify($item->title) ?></h1> + <!--<h1><?= html::purify($item->title) ?></h1>--> <div><?= nl2br(html::purify($item->description)) ?></div> </div> |