diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-03 22:18:54 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-03 22:18:54 +0000 |
commit | cd260aabdb23fd97d9cb8b0105e61d90ca844f01 (patch) | |
tree | dac9b3f1a903dac9510974f443e0b376d27e6252 /pages/login.ecpp | |
parent | 41687a7bbe9c8d304b805a9a5f7e14101f1d75a5 (diff) | |
download | vdr-plugin-live-cd260aabdb23fd97d9cb8b0105e61d90ca844f01.tar.gz vdr-plugin-live-cd260aabdb23fd97d9cb8b0105e61d90ca844f01.tar.bz2 |
- general CSS based themeing support.
- added setup option to select theme.
- added search scheme for themable images and stylesheets.
- added marine (default) and redwine theme.
- documented new features. All developers must read
doc/dev-conventions.txt
Diffstat (limited to 'pages/login.ecpp')
-rw-r--r-- | pages/login.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/login.ecpp b/pages/login.ecpp index c3863ff..70fe7d8 100644 --- a/pages/login.ecpp +++ b/pages/login.ecpp @@ -45,7 +45,7 @@ if (logged_in || !LiveSetup().UseAuth()) return reply.redirect(LiveSetup().GetSt <div style="width: 350px; margin: 0 auto; text-align: center; padding: 20px"> <div class="boxheader"><div><div><$ tr("VDR Live Login") $></div></div></div> <div style="border: 1px solid black; padding: 15px"> - <img src="logo_login.png" alt="VDR Live"></img> + <img src="<$ LiveSetup().GetThemedLink("img", "logo_login.png") $>" alt="VDR Live"></img> <form name="auth"> <input type="hidden" name="action" value="login" /> <table class="login"> |