Index: /branches/Ver2.1/extras/for_wordpress_mu/src/wp-content/themes/xpress_mu_home/404.php
===================================================================
--- /branches/Ver2.1/extras/for_wordpress_mu/src/wp-content/themes/xpress_mu_home/404.php	(revision 419)
+++ /branches/Ver2.1/extras/for_wordpress_mu/src/wp-content/themes/xpress_mu_home/404.php	(revision 420)
@@ -3,5 +3,5 @@
        <div id="xpress_wrap">
 	   
-	<?php if(is_sidbar_disp()) : ?>
+	<?php if(xpress_is_theme_sidebar_disp()) : ?>
 	   
 		<div id="xpress_content" class="narrowcolumn">
Index: /branches/Ver2.1/xpressme_integration_kit/wp-content/themes/xpress_default/404.php
===================================================================
--- /branches/Ver2.1/xpressme_integration_kit/wp-content/themes/xpress_default/404.php	(revision 419)
+++ /branches/Ver2.1/xpressme_integration_kit/wp-content/themes/xpress_default/404.php	(revision 420)
@@ -3,5 +3,5 @@
        <div id="xpress_wrap">
 	   
-	<?php if(is_sidbar_disp()) : ?>
+	<?php if(xpress_is_theme_sidebar_disp()) : ?>
 	   
 		<div id="xpress_content" class="narrowcolumn">
Index: /branches/XPressMU/extras/for_wordpress_mu/src/wp-content/themes/xpress_mu_home/404.php
===================================================================
--- /branches/XPressMU/extras/for_wordpress_mu/src/wp-content/themes/xpress_mu_home/404.php	(revision 419)
+++ /branches/XPressMU/extras/for_wordpress_mu/src/wp-content/themes/xpress_mu_home/404.php	(revision 420)
@@ -3,5 +3,5 @@
        <div id="xpress_wrap">
 	   
-	<?php if(is_sidbar_disp()) : ?>
+	<?php if(xpress_is_theme_sidebar_disp()) : ?>
 	   
 		<div id="xpress_content" class="narrowcolumn">
Index: /branches/XPressMU/xpressme_integration_kit/wp-content/themes/xpress_default/404.php
===================================================================
--- /branches/XPressMU/xpressme_integration_kit/wp-content/themes/xpress_default/404.php	(revision 419)
+++ /branches/XPressMU/xpressme_integration_kit/wp-content/themes/xpress_default/404.php	(revision 420)
@@ -3,5 +3,5 @@
        <div id="xpress_wrap">
 	   
-	<?php if(is_sidbar_disp()) : ?>
+	<?php if(xpress_is_theme_sidebar_disp()) : ?>
 	   
 		<div id="xpress_content" class="narrowcolumn">
Index: /trunk/extras/for_wordpress_mu/src/wp-content/themes/xpress_mu_home/404.php
===================================================================
--- /trunk/extras/for_wordpress_mu/src/wp-content/themes/xpress_mu_home/404.php	(revision 419)
+++ /trunk/extras/for_wordpress_mu/src/wp-content/themes/xpress_mu_home/404.php	(revision 420)
@@ -3,5 +3,5 @@
        <div id="xpress_wrap">
 	   
-	<?php if(is_sidbar_disp()) : ?>
+	<?php if(xpress_is_theme_sidebar_disp()) : ?>
 	   
 		<div id="xpress_content" class="narrowcolumn">
Index: /trunk/xpressme_integration_kit/wp-content/themes/xpress_default/404.php
===================================================================
--- /trunk/xpressme_integration_kit/wp-content/themes/xpress_default/404.php	(revision 419)
+++ /trunk/xpressme_integration_kit/wp-content/themes/xpress_default/404.php	(revision 420)
@@ -3,5 +3,5 @@
        <div id="xpress_wrap">
 	   
-	<?php if(is_sidbar_disp()) : ?>
+	<?php if(xpress_is_theme_sidebar_disp()) : ?>
 	   
 		<div id="xpress_content" class="narrowcolumn">
