diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-05-09 20:43:07 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-05-09 20:43:07 +0000 |
| commit | 45a83ae70347e03cec97821a8bc55c3d04574d05 (patch) | |
| tree | 94f8eb69f30c609063c961f87dc29eb38d06bc7f /html/widgets | |
| parent | 07a8421cdf6fd70d217de1b1b6367752a4b42620 (diff) | |
| download | xxv-45a83ae70347e03cec97821a8bc55c3d04574d05.tar.gz xxv-45a83ae70347e03cec97821a8bc55c3d04574d05.tar.bz2 | |
* SHARE: Submit event data delayed and transmit data as block
* SHARE: use persist random id
* UTF-8: Reorder defines
* UTF-8: Replace 'SET NAMES' with 'set character set'
* alist: Move generation of channels name from template to perl code
* skins: header add generator meta-tag with version
* RECORDS: Replace character by Hexnibble
* HTTPD: Speedup lookup find skins
* HTTPD: Build options for start page delayed, avoid wrong UTF8 translation
* CHRONICLE: add cgi-parameter start/limit for paging query
* EPG: now: add cgi-parameter __cgrp=all to get all data
* CHRONICLE: Add message to console by delete entry
* OUTPUT/Ajax: optimize callback 'questions'
Diffstat (limited to 'html/widgets')
| -rw-r--r-- | html/widgets/start.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/widgets/start.tmpl b/html/widgets/start.tmpl index f3b262c..007722a 100644 --- a/html/widgets/start.tmpl +++ b/html/widgets/start.tmpl @@ -9,6 +9,7 @@ <link rel="alternate" type="application/rss+xml" title="RSS-News 2.0" href="http://<?% info.HOST %?>/?cmd=request&data=rss&__version=2"> <?% END %?> <meta http-equiv="Content-Type" content="text/html; charset=<?% charset %?>"> + <meta name="generator" content="XXV System - Version: <?% version %?>" /> <meta name="copyright" content="copyright 2006 Xpix"> <!-- Styles --> <link href="style/style.css" type="text/css" rel="stylesheet" /> |
