diff options
Diffstat (limited to 'template/default/prog_list.html')
-rw-r--r-- | template/default/prog_list.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/template/default/prog_list.html b/template/default/prog_list.html index c050e33..1b9b9a6 100644 --- a/template/default/prog_list.html +++ b/template/default/prog_list.html @@ -63,18 +63,20 @@ <tmpl_var emit> - <tmpl_var duration> </td> <td class="col_title"> -<!-- <tmpl_if infurl> + <h3> + <tmpl_if infurl> <a href="javascript:popup('<tmpl_var infurl>');"> - </tmpl_if>--> - <h3><tmpl_var title></h3> + </tmpl_if> + <tmpl_var title> + <tmpl_if infurl> + </a> + </tmpl_if> + </h3> <tmpl_if subtitle> <h4><tmpl_var subtitle></h4> <tmpl_else> <br /> </tmpl_if> -<!-- <tmpl_if infurl> - </a> - </tmpl_if>--> </td> <td class="col_info"> <tmpl_if infurl> |