diff --git a/index-smarty.php b/index-smarty.php index a2fff474b6..7b07936161 100644 --- a/index-smarty.php +++ b/index-smarty.php @@ -15,7 +15,7 @@ require_once('wp-blog-header.php'); define( 'NODISPLAY', false ); -$wpsmarty->assign( 'siteurl', $siteurl ); +$wpsmarty->assign( 'siteurl', get_settings('siteurl') ); $wpsmarty->assign( 'b2_version', $wp_version ); if($posts) diff --git a/index.php b/index.php index cfba1a2595..0a0a734749 100644 --- a/index.php +++ b/index.php @@ -15,10 +15,10 @@ require('wp-blog-header.php'); - + @@ -32,7 +32,7 @@ require('wp-blog-header.php');
Comment has been approved.
\n"; - echo "