summaryrefslogtreecommitdiff
path: root/template/default/rc.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/rc.html')
-rw-r--r--template/default/rc.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/default/rc.html b/template/default/rc.html
index ff5d18e..1567847 100644
--- a/template/default/rc.html
+++ b/template/default/rc.html
@@ -2,12 +2,12 @@
<html>
<head>
- <meta http-equiv="content-type" content="text/html;charset=<%! ISO-8859-1 !%>" />
- <title>VDRAdmin-AM - <%! Remote Control !%> (<tmpl_var host>)</title>
+ <meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+ <title>VDRAdmin-AM - <?% gettext('Remote Control') %?> (<?% host %?>)</title>
<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
- <tmpl_if usercss>
+ <?% IF usercss %?>
<link href="user.css" rel="stylesheet" media="screen" type="text/css" />
- </tmpl_if>
+ <?% END %?>
<script type="text/javascript" language="JavaScript">
<!--
function switch_channel(url) {