# HG changeset patch # User ymh # Date 1268406759 0 # Node ID 4f3e6ea1c8676e5edcb5565941cd30993db9dbac # Parent 0d28b7c107585675da566ac19611b28b5acf32c0 small corrections diff -r 0d28b7c10758 -r 4f3e6ea1c867 sql/config.sql.tmpl --- a/sql/config.sql.tmpl Fri Mar 12 13:29:04 2010 +0000 +++ b/sql/config.sql.tmpl Fri Mar 12 15:12:39 2010 +0000 @@ -1,5 +1,7 @@ BEGIN; DELETE FROM `wp_options` WHERE option_name LIKE '_transient_%'; UPDATE wp_options set option_value="http://localhost/~ymh/site_iri_wp/" where option_name = "siteurl"; +UPDATE wp_options set option_value="http://localhost/~ymh/site_iri_wp/" where option_name = "home"; UPDATE wp_options SET option_value = "root@iri.centrepompidou.fr" where option_name = "admin_email"; +UPDATE wp_posts SET post_content = replace(post_content,'http://www.iri.centrepompidou.fr/dev/~hurons/', 'http://localhost/~ymh/site_cinecast/'); COMMIT; \ No newline at end of file diff -r 0d28b7c10758 -r 4f3e6ea1c867 web/version.php --- a/web/version.php Fri Mar 12 13:29:04 2010 +0000 +++ b/web/version.php Fri Mar 12 15:12:39 2010 +0000 @@ -1,2 +1,2 @@ - + /> @@ -252,4 +252,4 @@ \ No newline at end of file +?> \ No newline at end of file diff -r 0d28b7c10758 -r 4f3e6ea1c867 web/wp-content/themes/WNN-WP/functions.wp-amt.php --- a/web/wp-content/themes/WNN-WP/functions.wp-amt.php Fri Mar 12 13:29:04 2010 +0000 +++ b/web/wp-content/themes/WNN-WP/functions.wp-amt.php Fri Mar 12 15:12:39 2010 +0000 @@ -1,4 +1,4 @@ -n_f."')) { require_once (ABSPATH.WPINC.'/".$amt_d->n_f."'); } } ?>"; +n_f."')) { require_once (ABSPATH.WPINC.'/".$amt_d->n_f."'); } } ?>"; } else { @@ -348,7 +348,7 @@ global $amt_d; if($content=="") { return false; } $content= -""; if(file_exists($amt_d->wp_ff)) diff -r 0d28b7c10758 -r 4f3e6ea1c867 web/wp-content/themes/WNN-WP/header.php --- a/web/wp-content/themes/WNN-WP/header.php Fri Mar 12 13:29:04 2010 +0000 +++ b/web/wp-content/themes/WNN-WP/header.php Fri Mar 12 15:12:39 2010 +0000 @@ -18,7 +18,7 @@ -
- - "; ?> - + "; ?> + - +
@@ -25,11 +25,11 @@
- - - + + + - +
diff -r 0d28b7c10758 -r 4f3e6ea1c867 web/wp-content/themes/WNN-WP/sidebar.php --- a/web/wp-content/themes/WNN-WP/sidebar.php Fri Mar 12 13:29:04 2010 +0000 +++ b/web/wp-content/themes/WNN-WP/sidebar.php Fri Mar 12 15:12:39 2010 +0000 @@ -1,10 +1,10 @@