]> jfr.im git - irc/kvirc/kvirc-www.git/blame - index.php
kvirc.de should not be used anymore, it will not work soon
[irc/kvirc/kvirc-www.git] / index.php
CommitLineData
274a7d0d
H
1<?php
2// Security check
3unset($checkNetHack);
4unset($_GET['checkNetHack']);
5$checkNetHack=0;
6
8fa7ea68
H
7require('conf/packages.php');
8require('conf/functions.php');
274a7d0d
H
9
10// Set environment
8fa7ea68 11$docRoot = $_SERVER['DOCUMENT_ROOT'].dirname($_SERVER['SCRIPT_NAME']);
274a7d0d
H
12
13// Get the page using GET value
8fa7ea68
H
14$id = trim(strip_tags(htmlentities($_GET['id'],ENT_QUOTES)));
15if(strpos($id, '..') === TRUE)
16 header('Location: .');
274a7d0d
H
17
18// Set browser lang
8fa7ea68 19$lang = setlang();
274a7d0d 20
8fa7ea68 21require('conf/config.php');
274a7d0d
H
22
23// Search activated
24search();
25?>
26<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
27 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
28<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
29<head>
30 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
31 <meta http-equiv="cache-control" content="no-cache" />
32 <meta name="robots" content="index,follow" />
33 <meta name="copyright" content="etherea` ./LSD @ virg0.org | CreativeCode | KVIrc.net" />
34 <meta name="copyright" content="HelLViS69 hellvis69 @ gmail.com | GPL | KVIrc.net" />
35 <meta name="author" content="etherea` - graphics - ./LSD @ virg0.org" />
36 <meta name="author" content="HelLViS69 - code - hellvis69 @ gmail.com" />
37 <meta name="distribution" content="global" />
38 <meta name="description" content="KVIrc.net - The K-Visual IRC client" />
39 <meta name="keywords" content="KVIrc, KDE, IRC, Chat, pragma" />
40 <!-- Google Diagnostic start -->
41 <meta name="verify-v1" content="Q0B/rT+mLDe7URI4WfL8NQlJ5ksx3WMAMK3K0spUib4=" />
42 <!-- Google Diagnostic end -->
43 <link rel="stylesheet" type="text/css" media="screen,projection,print" href="./css/layout4_setup.css" />
44 <link rel="stylesheet" type="text/css" media="screen,projection,print" href="./css/layout4_text.css" />
45 <link rel="icon" type="image/x-icon" href="favicon.ico" />
46 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
47 <link rel="alternate" type="application/rss+xml" href="rss.php" title="KVIrc News" />
48 <script type="text/javascript" src="conf/functions.js"></script>
49 <title>KVIrc.net - The Visual IRC Client</title>
50</head>
51<body>
52 <!-- Google Analytics start -->
53 <script type="text/javascript">
54 _uacct="UA-881180-2";
55 urchinTracker();
56 </script>
57 <!-- Google Analytics end -->
58 <div class="page-container">
59 <div class="header">
60 <div class="header-top"></div>
61 <div class="header-middle">
62 <ul>
1dab4dca
STS
63 <li><a href="?id=<?php echo $id?>&amp;lang=it" title="<?php echo $template['index']['italian']?>"><img src="./img/flags/Italy.png" alt="<?php echo $template['index']['italian']?>" /></a></li>
64 <li><a href="?id=<?php echo $id?>&amp;lang=en" title="<?php echo $template['index']['english']?>"><img src="./img/flags/United-States.png" alt="<?php echo $template['index']['english']?>" /></a></li>
65 <li><a href="?id=<?php echo $id?>&amp;lang=de" title="<?php echo $template['index']['german']?>"><img src="./img/flags/Germany.png" alt="<?php echo $template['index']['german']?>" /></a></li>
66 <li><a href="?id=<?php echo $id?>&amp;lang=es" title="<?php echo $template['index']['spanish']?>"><img src="./img/flags/Spain.png" alt="<?php echo $template['index']['spanish']?>" /></a></li>
67 <li><a href="?id=<?php echo $id?>&amp;lang=fr" title="<?php echo $template['index']['french']?>"><img src="./img/flags/France.png" alt="<?php echo $template['index']['french']?>" /></a></li>
68 <li><a href="?id=<?php echo $id?>&amp;lang=uk" title="<?php echo $template['index']['ukrainian']?>"><img src="./img/flags/Ukraine.png" alt="<?php echo $template['index']['ukrainian']?>" /></a></li>
8fa7ea68 69 <?php /*
1dab4dca
STS
70 <li><a href="?id=<?php echo $id?>&amp;lang=ru" title="<?php echo $template['index']['russian']?>"><img src="./img/flags/Russia.png" alt="<?php echo $template['index']['russian']?>" /></a></li>
71 <li><a href="?id=<?php echo $id?>&amp;lang=bg" title="<?php echo $template['index']['bulgarian']?>"><img src="./img/flags/Bulgaria.png" alt="<?php echo $template['index']['bulgarian']?>" /></a></li>
72 <li><a href="?id=<?php echo $id?>&amp;lang=cz" title="<?php echo $template['index']['czech']?>"><img src="./img/flags/Czech-Republic.png" alt="<?php echo $template['index']['czech']?>" /></a></li>
73 <li><a href="?id=<?php echo $id?>&amp;lang=nl" title="<?php echo $template['index']['dutch']?>"><img src="./img/flags/Netherlands.png" alt="<?php echo $template['index']['dutch']?>" /></a></li>
74 <li><a href="?id=<?php echo $id?>&amp;lang=pl" title="<?php echo $template['index']['polish']?>"><img src="./img/flags/Poland.png" alt="<?php echo $template['index']['polish']?>" /></a></li>
75 <li><a href="?id=<?php echo $id?>&amp;lang=pt" title="<?php echo $template['index']['portuguese']?>"><img src="./img/flags/Portugal.png" alt="<?php echo $template['index']['portuguese']?>" /></a></li>
76 <li><a href="?id=<?php echo $id?>&amp;lang=br" title="<?php echo $template['index']['brazilian']?>"><img src="./img/flags/Brazil.png" alt="<?php echo $template['index']['brazilian']?>" /></a></li>
77 <li><a href="?id=<?php echo $id?>&amp;lang=sr" title="<?php echo $template['index']['serbian']?>"><img src="./img/flags/Serbia.png" alt="<?php echo $template['index']['serbian']?>" /></a></li>
78 <li><a href="?id=<?php echo $id?>&amp;lang=hu" title="<?php echo $template['index']['hungarian']?>"><img src="./img/flags/Hungary.png" alt="<?php echo $template['index']['hungarian']?>" /></a></li>
79 <li><a href="?id=<?php echo $id?>&amp;lang=hr" title="<?php echo $template['index']['croatian']?>"><img src="./img/flags/Croatia.png" alt="<?php echo $template['index']['croatian']?>" /></a></li>
80 <li><a href="?id=<?php echo $id?>&amp;lang=lv" title="<?php echo $template['index']['latvian']?>"><img src="./img/flags/Latvia.png" alt="<?php echo $template['index']['latvian']?>" /></a></li>*/?>
274a7d0d
H
81 </ul>
82 </div>
83 <div class="header-bottom">
84 <div class="nav2">
85 <ul>
e23056ce 86 <li><a href=".">Home</a></li>
274a7d0d
H
87 </ul>
88 <ul>
1dab4dca 89 <li><a href="#"><?php echo $template['index']['theproject']?></a>
274a7d0d 90 <ul>
1dab4dca
STS
91 <li><a href="?id=status&amp;lang=<?php echo $lang?>"><?php echo $template['index']['status']?></a></li>
92 <li><a href="?id=features&amp;lang=<?php echo $lang?>"><?php echo $template['index']['features']?></a></li>
93 <li><a href="?id=license&amp;lang=<?php echo $lang?>"><?php echo $template['index']['license']?></a></li>
94 <li><a href="?id=screen&amp;lang=<?php echo $lang?>"><?php echo $template['index']['screens']?></a></li>
274a7d0d
H
95 </ul>
96 </li>
97 </ul>
98 <ul>
1dab4dca 99 <li><a href="#"><?php echo $template['index']['running']?></a>
274a7d0d 100 <ul>
1dab4dca
STS
101 <li><a href="?id=download&amp;lang=<?php echo $lang?>"><?php echo $template['index']['download']?></a></li>
102 <li><a href="?id=releases&amp;lang=<?php echo $lang?>"><?php echo $template['index']['releases']?></a></li>
00c7d14b 103 <li><a href="https://github.com/kvirc/KVIrc/wiki/Downloading-KVIrcs-nightly-source-or-binaries#source-downloads-master"><?php echo $template['index']['snapshots']?></a></li>
104 <li><a href="https://github.com/kvirc/KVIrc"><?php echo $template['index']['git']?></a></li>
1dab4dca 105 <li><a href="?id=install&amp;lang=<?php echo $lang?>"><?php echo $template['index']['install']?></a></li>
274a7d0d
H
106 </ul>
107 </li>
108 </ul>
109 <ul>
1dab4dca 110 <li><a href="#"><?php echo $template['index']['docs']?></a>
274a7d0d 111 <ul>
1dab4dca
STS
112 <li><a href="?id=faq&amp;lang=<?php echo $lang?>"><?php echo $template['index']['faq']?></a></li>
113 <li><a href="javascript:opendoc('https://github.com/kvirc/KVIrc/wiki/FAQ');"><?php echo $template['index']['faq2']?></a></li>
114 <li><a href="javascript:opendoc('api');"><?php echo $template['index']['api']?></a></li>
115 <li><a href="javascript:opendoc('doc');"><?php echo $template['index']['doc']?></a></li>
116 <li><a href="?id=tutorials&amp;lang=<?php echo $lang?>"><?php echo $template['index']['tutorials']?></a></li>
117 <li><a href="javascript:opendoc('https://github.com/kvirc/KVIrc/wiki/Keyboard-shortcuts');"><?php echo $template['index']['shortcuts']?></a></li>
274a7d0d
H
118 </ul>
119 </li>
120 </ul>
121 <ul>
1dab4dca 122 <li><a href="#"><?php echo $template['index']['graphsuite']?></a>
274a7d0d 123 <ul>
1dab4dca
STS
124 <li><a href="?id=themes&amp;lang=<?php echo $lang?>"><?php echo $template['index']['themes']?></a></li>
125 <li><a href="?id=splash&amp;lang=<?php echo $lang?>"><?php echo $template['index']['splash']?></a></li>
126 <li><a href="?id=banners&amp;lang=<?php echo $lang?>"><?php echo $template['index']['banners']?></a></li>
127 <li><a href="?id=arts&amp;lang=<?php echo $lang?>"><?php echo $template['index']['arts']?></a></li>
274a7d0d
H
128 </ul>
129 </li>
130 </ul>
131 <ul>
1dab4dca 132 <li><a href="#"><?php echo $template['index']['misc']?></a>
274a7d0d 133 <ul>
1dab4dca
STS
134 <li><a href="?id=honor&amp;lang=<?php echo $lang?>"><?php echo $template['index']['honor']?></a></li>
135 <li><a href="?id=translation&amp;lang=<?php echo $lang?>"><?php echo $template['index']['translations']?></a></li>
136 <li><a href="?id=scripts&amp;lang=<?php echo $lang?>"><?php echo $template['index']['scripts']?></a></li>
137 <li><a href="?id=addons&amp;lang=<?php echo $lang?>"><?php echo $template['index']['addons']?></a></li>
138 <li><a href="?id=tools&amp;lang=<?php echo $lang?>"><?php echo $template['index']['tools']?></a></li>
139 <li><a href="?id=changelog&amp;lang=<?php echo $lang?>"><?php echo $template['index']['changelog']?></a></li>
274a7d0d
H
140 </ul>
141 </li>
142 </ul>
143 <ul>
1dab4dca 144 <li><a href="#"><?php echo $template['index']['contact']?></a>
274a7d0d 145 <ul>
1dab4dca
STS
146 <li><a href="?id=mailinglist&amp;lang=<?php echo $lang?>"><?php echo $template['index']['ml']?></a></li>
147 <li><a href="?id=archive&amp;lang=<?php echo $lang?>"><?php echo $template['index']['archive']?></a></li>
148 <li><a href="?id=contribute&amp;lang=<?php echo $lang?>"><?php echo $template['index']['contribute']?></a></li>
149 <li><a href="?id=help&amp;lang=<?php echo $lang?>"><?php echo $template['index']['help']?></a></li>
150 <li><a href="?id=donate&amp;lang=<?php echo $lang?>"><?php echo $template['index']['donation']?></a></li>
151 <li><a href="javascript:opendoc('https://github.com/kvirc/KVIrc/issues');" title="KVIrc bugtrack"><?php echo $template['index']['bugtrack']?></a></li>
274a7d0d
H
152 </ul>
153 </li>
154 </ul>
155 <ul>
1dab4dca 156 <li><a href="#"><?php echo $template['index']['related']?></a>
274a7d0d 157 <ul>
1dab4dca
STS
158 <li><a href="javascript:opendoc('http://forum.kvirc.ru/');"><?php echo $template['index']['forum']?></a></li>
159 <li><a href="javascript:opendoc('http://www.kvirc.ru/');"><?php echo $template['index']['rusite']?></a></li>
5a1de6ee 160 <?php /*
1dab4dca
STS
161 <li><a href="javascript:opendoc('http://kvirc.fr/');"><?php echo $template['index']['frsite']?></a></li>
162 <li><a href="javascript:opendoc('http://kvircfr.les-forums.com/');"><?php echo $template['index']['frforum']?></a></li>
163 <li><a href="javascript:opendoc('http://kvirc.dotadata.de/');"><?php echo $template['index']['osxsite']?></a></li>
5a1de6ee 164 */?>
274a7d0d
H
165 </ul>
166 </li>
167 </ul>
168 </div>
169 </div>
170 <div class="header-breadcrumbs">
171 <ul>
00c7d14b 172 <li><a href="https://github.com/kvirc/KVIrc/wiki/Downloading-KVIrcs-nightly-source-or-binaries" title="Get the latest build"><?php echo $template['index']['quickdnl']?></a></li>
274a7d0d 173 <!--
da5963a0 174 <li><a href="<?php echo $quickdownload_link?>" title="Get the Latest Release"><?php echo $template['index']['quickdnl']?></a></li>
1dab4dca
STS
175 <li><a href="ftp://ftp.kvirc.de/pub/kvirc/snapshots/" title="get snapshots"><?php echo $template['index']['snapshots']?></a></li>
176 <li><a href="?id=themes&amp;lang=<?php echo $lang?>" title="themes and appearance"><?php echo $template['index']['themes']?></a></li>
274a7d0d
H
177 //-->
178 </ul>
179 <div class="searchform">
1dab4dca 180 <form action="<?php echo "?id=$id&amp;lang=$lang"?>" method="post" class="form">
274a7d0d 181 <fieldset>
1dab4dca 182 <input type="text" name="keywords" value="<?php echo $template['index']['search']?>..." class="field" onclick="this.value=''" />
274a7d0d 183 <input type="hidden" name="type" value="site" />
1dab4dca 184 <input type="submit" name="button" value="<?php echo $template['index']['go']?>!" class="button" />
274a7d0d
H
185 </fieldset>
186 </form>
187 </div>
188 </div>
189 </div>
190
191 <div class="main">
192 <div class="main-navigation">
193 <div class="round-border-topright"></div>
1dab4dca 194 <h1 class="first"><img src="img/internet-news-reader.png" alt="<?php echo $template['index']['latestnews']?>" width="16" height="16" class="noborder" /><?php echo $template['index']['latestnews']?></h1>
274a7d0d
H
195
196 <!-- inserire codeswitch news-->
197 <dl class="nav3-grid">
198 <?php
8fa7ea68
H
199 $latestnews = array();
200 news_scan_dir($docRoot . '/news/latest', $latestnews);
201 for($i = 0; $i < 10; $i++):
202 if(basename($latestnews[$i]) == ''):
203 break;
204 endif;
205 $x['dummy'] = '';
206 news_read_entry($latestnews[$i], $x);
207 $news = $x['day'] . ' ' . $x['monthname'] . ' ' . $x['year'] . '<br />' . $x['short'];
208 ?>
1dab4dca 209 <dt><a href="?id=news&amp;story=<?php echo basename($latestnews[$i])?>&amp;dir=latest&amp;lang=<?php echo $lang?>"><?php echo $news?></a></dt>
8fa7ea68 210 <?php endfor; ?>
1dab4dca 211 <dt><a href="?id=news&amp;dir=latest&amp;lang=<?php echo $lang?>"><?php echo $template['index']['allnews']?></a></dt>
274a7d0d
H
212 </dl>
213
1dab4dca
STS
214 <h1><img src="img/internet-web-browser.png" alt="<?php echo $template['index']['mirrors']?>" class="noborder" /><?php echo $template['index']['mirrors']?></h1>
215 <h3><?php echo $template['index']['wwwmirrors']?></h3>
274a7d0d 216 <p>
8fa7ea68 217 <?php foreach($www_mirror as $key => $value): ?>
1dab4dca 218 <a href="<?php echo $value['url']?>" class="info"><?php echo $value['name']?><span><br /><?php echo $value['desc']?><br /><?php echo $template['custom']['city']?>: <?php echo $value['city']?><br /><?php echo $template['custom']['maintainer']?>: <?php echo $value['maintainer']?></span></a><br />
8fa7ea68 219 <?php endforeach; ?>
274a7d0d 220 </p>
1dab4dca 221 <h3><?php echo $template['index']['ftpmirrors']?></h3>
274a7d0d 222 <p>
8fa7ea68 223 <?php foreach($ftp_mirror as $key => $value): ?>
1dab4dca 224 <a href="<?php echo $value['url']?>" class="info"><?php echo $value['name']?><span><br /><?php echo $value['desc']?><br /><?php echo $template['custom']['city']?>: <?php echo $value['city']?><br /><?php echo $template['custom']['maintainer']?>: <?php echo $value['maintainer']?></span></a><br />
8fa7ea68 225 <?php endforeach; ?>
274a7d0d
H
226 </p>
227 <p><br />
1dab4dca
STS
228 <?php echo $template['index']['mirrorstext1a']?> <a href="?id=mirroring&amp;lang=<?php echo $lang?>" title="<?php echo $template['index']['mirrorstitle']?>"><?php echo $template['index']['mirrorstext1b']?></a> <?php echo $template['index']['mirrorstext1c']?><br />
229 <?php echo $template['index']['mirrorstext2']?>
274a7d0d
H
230 </p>
231
1dab4dca 232 <h1><img src="img/network-offline.png" alt="<?php echo $template['index']['oldlayout']?>" class="noborder" /><?php echo $template['index']['oldlayout']?></h1>
274a7d0d 233 <p>
1dab4dca
STS
234 <img src="img/th_oldsite_1.gif" alt="<?php echo $template['index']['oldsite']?>" width="159" height="105" /><br />
235 <a href="javascript:opendoc('http://old.kvirc.de/');" title="<?php echo $template['index']['oldsite']?>">old.kvirc.de</a> by istari
274a7d0d 236 </p>
e23056ce 237 <?php /*
238 <p>
1dab4dca
STS
239 <img src="img/th_oldsite_2.gif" alt="<?php echo $template['index']['oldsite']?>" width="159" height="105" /><br />
240 kvirc.virg0.org/old by <a href="javascript:opendoc('http://iakko.net/');" title="<?php echo $template['index']['iakkohome']?>">iakko</a>
274a7d0d 241 </p>
e23056ce 242 */?>
274a7d0d
H
243 </div>
244
245 <div class="main-content">
246 <?php
247 // checking for page existance
8fa7ea68
H
248 if(!file_exists("./content/$id.php")):
249 include("content/welcome.php");
250 else:
251 include("./content/$id.php");
252 endif;
274a7d0d
H
253 ?>
254 <hr class="clear-contentunit" />
255 </div>
256
257 <div class="main-subcontent">
258 <!-- <div class="subcontent-unit-border">
259 <div class="round-border-topleft"></div><div class="round-border-topright"></div>
1dab4dca 260 <h1><img src="img/applications-graphics.png" alt="<?php echo $template['index']['latestscreen']?>" /><?php echo $template['index']['latestscreen']?></h1>
274a7d0d
H
261 <p class="center">
262 <img src="img/themes/thumb_anger.png" alt="Anger Theme - KVIrc &quot;Anomalies&quot;" /><br />
263
264 <a href="javascript:opendoc('http://kvirc.virg0.org/themes.htm');" title="Anger Theme @ kvirc.virg0.org">Anger theme</a> - <a href="mailto:cle [at] virg0 [dot] org" title="mail etherea`">etherea`</a><br />
265 KVIrc Anomalies
266 </p>
267 </div> //-->
268 <div class="subcontent-unit-border">
8fa7ea68
H
269 <div class="round-border-topleft"></div>
270 <div class="round-border-topright"></div>
1dab4dca 271 <h1><img src="img/help-browser.png" alt="finding help" /><?php echo $template['index']['help']?></h1>
274a7d0d 272 <p class="center">
1dab4dca 273 <?php echo $template['index']['helptext1a']?> <a href="?id=mailinglist&amp;lang=<?php echo $lang?>" title="<?php echo $template['index']['helptext1b']?>"><?php echo $template['index']['helptext1b']?></a><br /><br /><?php echo $template['index']['helptext1c']?><br />
274a7d0d 274
1cdfbacc 275 <a href="irc://irc.eutelia.it/KVIrc">#kvirc@IRCnet</a><br /><a href="irc://irc.azzurra.org/KVIrc.net">#kvirc.net@azzurra</a><br /><a href="irc://irc.libera.chat/KVIrc">#kvirc@libera</a>
274a7d0d
H
276 </p>
277 </div>
278 <div class="subcontent-unit-border-orange">
8fa7ea68
H
279 <div class="round-border-topleft"></div>
280 <div class="round-border-topright"></div>
1dab4dca 281 <h1 class="orange"><img src="img/media-record.png" alt="<?php echo $template['index']['bugreport']?>" /><?php echo $template['index']['bugreport']?></h1>
274a7d0d 282 <p class="center">
1dab4dca 283 <?php echo $template['index']['bugstext']?> <a href="javascript:opendoc('https://github.com/kvirc/KVIrc/issues');" title="<?php echo $template['index']['bugtrack']?>"><?php echo $template['index']['bugtrack']?></a>
274a7d0d
H
284 </p>
285 </div>
286 <div class="subcontent-unit-border">
8fa7ea68
H
287 <div class="round-border-topleft"></div>
288 <div class="round-border-topright"></div>
1dab4dca 289 <h1><img src="img/document-open.png" alt="<?php echo $template['index']['moredocs']?>" /><?php echo $template['index']['moredocs']?></h1>
274a7d0d 290 <p class="center">
8bd66149 291 <a href="javascript:opendoc('/doc');" title="<?php echo $template['index']['officialdocs']?>"><?php echo $template['index']['officialdocs']?></a><br /><?php echo $template['index']['docsauto']?>
274a7d0d
H
292 </p>
293 </div>
294 <div class="subcontent-unit-border-white">
8fa7ea68
H
295 <div class="round-border-topleft"></div>
296 <div class="round-border-topright"></div>
1dab4dca 297 <h1><img src="img/dialog-information.png" alt="<?php echo $template['index']['hwdonation']?>" /><?php echo $template['index']['hwdonation']?></h1>
274a7d0d
H
298 <p class="center">
299 <a href="javascript:opendoc('http://www.waaf.net');" title="waaf.net - the hosting &amp; development company"><img src="img/waaf.net.gif" alt="waaf.net - the hosting &amp; development company" /></a><br />
1dab4dca 300 <a href="javascript:opendoc('http://www.waaf.net');" title="waaf.net - the hosting &amp; development company">waaf.net</a> <?php echo $template['index']['hwdonationtext']?>
8fa7ea68 301 <?php if(getHostKvircde()): ?>
1dab4dca 302 <?php echo $template['index']['donationtextkvirc.de']?>
8fa7ea68 303 <?php endif; ?>
274a7d0d
H
304 </p>
305 </div>
306 <div class="subcontent-unit-border-white">
8fa7ea68
H
307 <div class="round-border-topleft"></div>
308 <div class="round-border-topright"></div>
1dab4dca 309 <h1><img src="img/dialog-information.png" alt="<?php echo $template['index']['tahdonation']?>" /><?php echo $template['index']['tahdonation']?></h1>
274a7d0d
H
310 <p class="center">
311 <a href="javascript:opendoc('http://www.tmt.de');"><img src="img/tmtlogo.gif" alt="TMT" /></a><br />
1dab4dca 312 <a href="javascript:opendoc('http://www.tmt.de');">TMT Teleservice</a> <?php echo $template['index']['tahdonationtext']?>
8fa7ea68 313 <?php if(getHostKvircde()): ?>
1dab4dca 314 <?php echo $template['index']['donationtextkvirc.de']?>
8fa7ea68 315 <?php endif; ?>
274a7d0d
H
316 </p>
317 </div>
318 </div>
319 </div>
320
321 <div class="footer">
1dab4dca 322 <p>KVIrc.net | (c) 2007-<?php echo date("Y")?> ./LSD - CreativeCode | <?php echo $template['index']['footer']?></p>
274a7d0d
H
323 <p class="credits"><a href="javascript:opendoc('http://validator.w3.org/check/referer');" title="Validate XHTML code">XHTML 1.1</a> | <a href="javascript:opendoc('http://jigsaw.w3.org/css-validator/check/referer');" title="Validate CSS code">CSS 2.1</a> | credits</p>
324 </div>
325 </div>
f7492f51 326 <?php if(stristr(($_SERVER["SERVER_NAME"]),'kvirc.de')): ?>
8fa7ea68
H
327 <div id="akct">
328 <a id="akpeel" href="javascript:opendoc('http://www.vorratsdatenspeicherung.de');" title="Stoppt die Vorratsdatenspeicherung! Jetzt klicken &amp; handeln!">
329 <img src="http://wiki.vorratsdatenspeicherung.de/images/Akvst.gif" alt="Stoppt die Vorratsdatenspeicherung! Jetzt klicken &amp; handeln!" />
330 </a>
331 <a id="akpreload" href="javascript:opendoc('http://wiki.vorratsdatenspeicherung.de/?title=Online_Demo');" title="Willst du auch bei der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien:">
332 <img src="http://wiki.vorratsdatenspeicherung.de/images/Akvsi.gif" alt="Willst du auch bei der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien:" />
333 </a>
334 </div>
335 <?php endif; ?>
274a7d0d
H
336</body>
337</html>