wp/wp-content/themes/IN-MOTION-package-u1/in-motion/functions.php
changeset 1 f6eb5a861d2f
parent 0 d970ebf37754
child 7 cf61fcea0001
equal deleted inserted replaced
0:d970ebf37754 1:f6eb5a861d2f
   218 					} } }
   218 					} } }
   219 		echo '</div>';		
   219 		echo '</div>';		
   220 	}
   220 	}
   221 	
   221 	
   222 	
   222 	
   223 	
   223         function get_image_path($image) {
       
   224             global $blog_id;
       
   225             if (isset($blog_id) && $blog_id > 0) {
       
   226                 $wpcontentPos = strpos($image, '/wp-content/');
       
   227                 if($wpcontentPos) {
       
   228                     $image = substr($image, $wpcontentPos);
       
   229                 }
       
   230             }
       
   231             return $image;
       
   232         }
   224 	
   233 	
   225 	
   234 	
   226 /* start for comments */
   235 /* start for comments */
   227 if ( ! function_exists( 'inmotion_comment' ) ) :
   236 if ( ! function_exists( 'inmotion_comment' ) ) :
   228 function inmotion_comment( $comment, $args, $depth ) {
   237 function inmotion_comment( $comment, $args, $depth ) {