Help: Parse error: syntax error, unexpected ':'

Please help with this…
Sorry for posting all the code, but I need help quick and I can’t find the error.

Parse error: syntax error, unexpected ‘:’ in /home/viperinc/public_html/wp-content/themes/mimbopro/index.php on line 220

		<h3 class="<?php echo $bm_catSum["colour"][$bm_currentColor]; ?>">
			<a href="<?php echo get_category_link( $catDetails->cat_ID ); ?>"><?php echo $catDetails->cat_name ?>&raquo;</a>
		</h3>
<?php $count = 0; $quantity = 125; while (have_posts()) { the_post(); bm_ignorePost($post->ID); if ($count < $quantity) { $image = get_post_image(270, 70); //Defines height and width ?>
		<div class="clearfloat catnewsMainStory">
			<h4>
				<a href="<?php the_permalink() ?>" rel="bookmark">
					<?php the_title(); ?>
				</a> 
				<span class="commentcount">(<?php comments_popup_link('0', '1', '%', '', __('Comments Off')); ?>)</span>
			</h4>
<?php if($image != "") { ?>
			<a href="<?php the_permalink() ?>" rel="bookmark"><?php echo $image; ?></a>
<?php } the_excerpt(); ?>
		</div>
<?php if ($count == $quantity - 1) { ?>
		<ul class="headlines">
<?php } } else { ?>
  			<li><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a> </li>	
<?php } $count ++; } if ($count > 0) { echo ""; } ?>
	</div>
<?php } http://www.krmsradio.com/wp-admin/theme-editor.php?file=/home/viperinc/public_html/wp-content/themes/mimbopro/index.php&theme=Mimbo+Pro&a=te&scrollto=3839 } ?>
<?php dynamic_sidebar('MP Sidebar Right'); ?>

Member of BNI Lake of the Ozarks

<?php get_footer(); ?>

Do not know the # of line, but it seem problem is in this part of your code:

<?php } http://www.krmsradio.com/wp-admin/theme-editor.php?file=/home/viperinc/public_html/wp-content/themes/mimbopro/index.php&theme=Mimbo+Pro&a=te&scrollto=3839 } ?>

This url appears in your php code, obviously inserted there by mistake.

Sponsor our Newsletter | Privacy Policy | Terms of Service