Changeset 127 for trunk/includes/global.php
- Timestamp:
- Feb 23, 2009, 1:18:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r124 r127 51 51 } else 52 52 { 53 echo('<strong>Přihlášení:</strong> <br />53 echo('<strong>Přihlášení:</strong> 54 54 <form action="index.php" method="post"> 55 55 <table> … … 158 158 if(isset($RSSChannels)) 159 159 foreach($RSSChannels as $Channel) 160 echo(' <link rel="alternate" title="'.$Channel['Title'].'" href="'.$Channel['URL'].'" type="application/rss+xml" >');160 echo(' <link rel="alternate" title="'.$Channel['Title'].'" href="'.$Channel['URL'].'" type="application/rss+xml" />'); 161 161 echo('<title>Projekt překládání textů WoW</title> 162 162 </head> … … 244 244 <script type="text/javascript"> 245 245 <!-- 246 document.write("<a href=\"http://counter.cnw.cz\" target=\"_parent\"><img src=\"http://counter.cnw.cz/trackit.cgi?wowpreklad&t3&" + escape(top.document.referrer) + "\" alt=\"CNW:Tracker\" border=\"0\" width=\"1\" height=\"1\">< /a>");246 document.write("<a href=\"http://counter.cnw.cz\" target=\"_parent\"><img src=\"http://counter.cnw.cz/trackit.cgi?wowpreklad&t3&" + escape(top.document.referrer) + "\" alt=\"CNW:Tracker\" border=\"0\" width=\"1\" height=\"1\"><\/a>"); 247 247 // --> 248 248 </script>');
Note:
See TracChangeset
for help on using the changeset viewer.