ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/BBClone/trunk/lib/html.php
(Generate patch)

Comparing trunk/lib/html.php (file contents):
Revision 15 by matthys, Thu Nov 21 13:05:03 2013 UTC vs.
Revision 46 by matthys, Sun Dec 1 10:23:52 2013 UTC

# Line 1 | Line 1
1   <?php
2   /* This file is part of BBClone (A PHP based Web Counter on Steroids)
3   *
4 < * CVS FILE $Id: html.php,v 1.159 2011/12/30 23:03:47 joku Exp $
4 > * SVN FILE $Id$
5   *  
6 < * Copyright (C) 2001-2012, the BBClone Team (see doc/authors.txt for details)
6 > * Copyright (C) 2001-2013, the BBClone Team (see doc/authors.txt for details)
7   *
8   * This program is free software: you can redistribute it and/or modify
9   * it under the terms of the GNU General Public License as published by
# Line 24 | Line 24
24  
25   // Include BBClone hits in Stats (see config, enabled by default)
26   if ($BBC_HITS == 1) {
27 //  if (!defined("_BBC_PAGE_NAME")) {define("_BBC_PAGE_NAME", "/");}
27    if (!defined("_BBCLONE_DIR")) {define("_BBCLONE_DIR", "./");}
28    if (!defined("COUNTER")) {
29    define("COUNTER", _BBCLONE_DIR."mark_page.php");
# Line 180 | Line 179 | class bbc_html {
179            ."<!--\n"
180            ."This is BBClone $BBC_VERSION\n"
181            ."Homebase: http://www.bbclone.de/\n"
182 <          ."Copyright: 2001-2011 The BBClone Team\n"
183 <          ."License: GNU/GPL, version 2 or later\n"
182 >          ."Copyright: 2001-2013 The BBClone Team\n"
183 >          ."License: GNU/GPL, version 3 or later\n"
184            ."-->\n";
185    }
186    
# Line 288 | Line 287 | class bbc_html {
287          ."<img src=\"".$BBC_IMAGES_PATH."valid-xhtml10.png\" class=\"validicon\" alt=\"Valid XHTML 1.0!\" title=\"Valid XHTML 1.0!\" /></a>\n"
288          ."&nbsp;<a href=\"http://jigsaw.w3.org/css-validator/check/referer\">"
289          ."<img src=\"".$BBC_IMAGES_PATH."valid-css.png\" class=\"validicon\" alt=\"Valid CSS!\" title=\"Valid CSS!\" /></a>\n"
291 //      ."<a href=\"http://www.php.net/\"><img src=\"".$BBC_IMAGES_PATH
292 //      ."php.png\" class=\"validicon\"
293 //       alt=\"PHP\" title=\"PHP\" "
294 //       alt=\"".phpversion()."\" title=\"".phpversion()."\" "
295 //      ."align=\"middle\" /></a>\n"
296 //      .phpversion()
290          ."&nbsp;<a href=\"http://tidy.sourceforge.net\">"
291          ."<img src=\"".$BBC_IMAGES_PATH."valid-tidy.png\" class=\"validtidy\" alt=\"Valid HTML Tidy!\" title=\"Valid HTML Tidy!\" /></a></p>\n"
292          ;
# Line 305 | Line 298 | class bbc_html {
298            ."</html>\n";
299    }
300   }
301 < ?>
301 > ?>

Comparing trunk/lib/html.php (property svn:keywords):
Revision 15 by matthys, Thu Nov 21 13:05:03 2013 UTC vs.
Revision 46 by matthys, Sun Dec 1 10:23:52 2013 UTC

# Line 0 | Line 1
1 + Id

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines