Update of /cvsroot/php-blog/serendipity/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13561/include
Modified Files:
functions.inc.php functions_config.inc.php
functions_trackbacks.inc.php lang.inc.php
plugin_internal.inc.php
Log Message:
argh! sorry for the big commit of (partly) unchanged files but it did'nt work
otherwise (how did i do that the last time?)
Index: lang.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/lang.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- lang.inc.php 19 Nov 2004 11:05:31 -0000 1.2
+++ lang.inc.php 2 Dec 2004 10:54:55 -0000 1.3
@@ -32,4 +32,4 @@
}
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
Index: functions_config.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/functions_config.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- functions_config.inc.php 30 Nov 2004 13:28:02 -0000 1.3
+++ functions_config.inc.php 2 Dec 2004 10:54:55 -0000 1.4
@@ -334,4 +334,4 @@
}
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
Index: functions.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/functions.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- functions.inc.php 30 Nov 2004 13:28:01 -0000 1.7
+++ functions.inc.php 2 Dec 2004 10:54:55 -0000 1.8
@@ -576,4 +576,4 @@
define("serendipity_FUNCTIONS_LOADED", true);
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
Index: plugin_internal.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/plugin_internal.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- plugin_internal.inc.php 29 Nov 2004 10:39:33 -0000 1.12
+++ plugin_internal.inc.php 2 Dec 2004 10:54:56 -0000 1.13
@@ -818,11 +818,11 @@
?>
<div class="serendipityPlug">
<?php if ( $this->get_config('image', 'true') == 'true' ) { ?>
- <a title="<?php echo $title ?> Serendipity" href="http://www.s9y.info/"><img src="<?php echo serendipity_getTemplateFile('img/s9y_banner_small.png') ?>" alt="Serendipity PHP Weblog" <?php echo ($serendipity['XHTML11'] ? 'style="border: 0px"' : 'border="0"'); ?> /></a>
+ <a title="<?php echo $title ?> Serendipity" href="http://www.s9y.org/"><img src="<?php echo serendipity_getTemplateFile('img/s9y_banner_small.png') ?>" alt="Serendipity PHP Weblog" <?php echo ($serendipity['XHTML11'] ? 'style="border: 0px"' : 'border="0"'); ?> /></a>
<?php } ?>
<?php if ( $this->get_config('text', 'false') == 'true' ) { ?>
<div>
- <a title="<?php echo $title ?> Serendipity" href="http://www.s9y.info/">Serendipity PHP Weblog</a>
+ <a title="<?php echo $title ?> Serendipity" href="http://www.s9y.org/">Serendipity PHP Weblog</a>
</div>
<?php } ?>
</div>
Index: functions_trackbacks.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/functions_trackbacks.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- functions_trackbacks.inc.php 26 Nov 2004 14:21:51 -0000 1.4
+++ functions_trackbacks.inc.php 2 Dec 2004 10:54:55 -0000 1.5
@@ -380,4 +380,4 @@
serendipity_db_query($query);
}
-}
\ No newline at end of file
+}
|