packages: wordpress-plugin-syntax-highlighter/wordpress-plugin-syntax-highl...

pawelz pawelz at pld-linux.org
Wed Apr 28 02:00:50 CEST 2010


Author: pawelz                       Date: Wed Apr 28 00:00:50 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- simplified $base_path. and... now it works.

---- Files affected:
packages/wordpress-plugin-syntax-highlighter:
   wordpress-plugin-syntax-highlighter.php (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/wordpress-plugin-syntax-highlighter/wordpress-plugin-syntax-highlighter.php
diff -u packages/wordpress-plugin-syntax-highlighter/wordpress-plugin-syntax-highlighter.php:1.1 packages/wordpress-plugin-syntax-highlighter/wordpress-plugin-syntax-highlighter.php:1.2
--- packages/wordpress-plugin-syntax-highlighter/wordpress-plugin-syntax-highlighter.php:1.1	Tue Apr 27 23:45:33 2010
+++ packages/wordpress-plugin-syntax-highlighter/wordpress-plugin-syntax-highlighter.php	Wed Apr 28 02:00:45 2010
@@ -9,7 +9,7 @@
 */
 
 function highlighter_header() {
-	$base_path = '/js/syntax-highlighter/' . basename(dirname(__FILE__)) .'/';
+	$base_path = '/js/syntaxhighlighter/';
 	?>
 	<link type="text/css" rel="stylesheet" href="<?php echo $base_path; ?>styles/shCore.css" />
 	<link type="text/css" rel="stylesheet" href="<?php echo $base_path; ?>styles/shThemeDefault.css" />
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wordpress-plugin-syntax-highlighter/wordpress-plugin-syntax-highlighter.php?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list