# HG changeset patch # User "Meillo r e t u r n s " # Date 1165521870 -3600 # Node ID ab74e95a8040892dc6a7a538d3d2489b18cbeb2c # Parent 6268cdb5fc0b0f519d7d713994fb8dae179d0156 added display of broken nodes; Header and Footer in Owls.php now; added logos diff -r 6268cdb5fc0b -r ab74e95a8040 .hgignore --- a/.hgignore Sun Dec 03 22:32:33 2006 +0100 +++ b/.hgignore Thu Dec 07 21:04:30 2006 +0100 @@ -6,7 +6,4 @@ _Dev -Banner.png Smilies -favicon.ico -robots.txt diff -r 6268cdb5fc0b -r ab74e95a8040 Includes/Bbcodeparser.inc.php --- a/Includes/Bbcodeparser.inc.php Sun Dec 03 22:32:33 2006 +0100 +++ b/Includes/Bbcodeparser.inc.php Thu Dec 07 21:04:30 2006 +0100 @@ -9,6 +9,11 @@ */ + define('SMILIE_DIR', 'Smilies/'); // path to smilies + + + + function parse_quote1($textinput,$level = 1) { // ohne Quelle $pattern = '#\[quote\](((?R)|(.*))*)\[/quote\]#isUe'; $replacement = "'
[nl]Zitat:[nl]
[nl]'.parse_quote1('$1', @@ -25,8 +30,6 @@ } function smilies($text) { - $smilieDir = 'Pics/Smilies/'; // path to smilies - $smilies = array( ':-)' => 'Smile.gif', ':)' => 'Smile.gif', ';-)' => 'Wink.gif', @@ -41,14 +44,14 @@ ':-S' => 'Dontknow.gif', ':dontknow:' => 'Dontknow.gif', ':-@' => 'Angry.gif', - ':cool:' => 'Cool.gif', - '(H)' => 'Cool.gif', + ':cool:' => 'Cool.gif', + 'B-)' => 'Cool.gif', '%-)' => 'Crosseyed.gif', '%-(' => 'Crosseyed.gif', ':rolleyes:' => 'Rolleyes.gif', ':eek:' => 'Shocked.gif'); while(list($key, $val) = each($smilies)) { - $text = str_replace($key,'[img]'.$smilieDir.$val.'[/img]',$text); + $text = str_replace($key,'[img]'. SMILIE_DIR . $val .'[/img]', $text); } return $text; } diff -r 6268cdb5fc0b -r ab74e95a8040 Includes/Footer.inc.php --- a/Includes/Footer.inc.php Sun Dec 03 22:32:33 2006 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -
- - - - - - diff -r 6268cdb5fc0b -r ab74e95a8040 Includes/Header.inc.php --- a/Includes/Header.inc.php Sun Dec 03 22:32:33 2006 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,71 +0,0 @@ - - - - - - - - <?php echo htmlentities(TITLE); ?> - - - - - - - -
- - - - diff -r 6268cdb5fc0b -r ab74e95a8040 Includes/Nav.inc.php --- a/Includes/Nav.inc.php Sun Dec 03 22:32:33 2006 +0100 +++ b/Includes/Nav.inc.php Thu Dec 07 21:04:30 2006 +0100 @@ -2,11 +2,16 @@
+ + + +

-
+


diff -r 6268cdb5fc0b -r ab74e95a8040 Owls.png Binary file Owls.png has changed diff -r 6268cdb5fc0b -r ab74e95a8040 favicon.ico Binary file favicon.ico has changed