Hi Guys,
I am getting the following error:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/uwaftcom/public_html/wp/wp-content/themes/inove/index.php on line 94
<?php include('templates/start.php'); ?>
<script type="text/javascript">
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-16509546-1']); _gaq.push(['_trackPageview']);
(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ?
'https://ss1' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
</script>
<!-- container START -->
<div id="container" class="one-column">
<?php include('templates/header.php'); ?>
<!-- content START -->
<div id="content" style="margin-top:-10px">
<!-- main START -->
<div id="main">
<?php if ($options['notice'] && $options ['notice_content']) : ?>
<div class="post" id="notice">
<div class="content">
<?php echo($options['notice_content']); ?>
<div class="fixed"></div>
</div>
</div>
<?php endif; ?>
<!-- Display the UWAFT welcome message if this is the first page of the site. -->
<?php if (!isset($_GET['paged'])) { ?>
<br/> <br/>
<a href='http://www.ecocarchallenge.org/'><img src='http://uwaft.com/wp/wp-content/uploads/2010/03/rear-image-of-ecocar1.jpg' width=400 height=197 border='0'
alt='EcoCAR Challenge'/></a>
<a href='http://www.green-garage.org/'><img src='http://uwaft.com/wp/wp-content/themes/inove/img/green-garage-icon.jpg' border='0' alt='Green Garage Blog'
style="margin-left:10px;"/></a>
<div class="gcam" height="10" style="padding:5px;float:right;border-style:solid;border-width:1px;border-color:#BBB;text-align:center;margin-left:20px;">
Live UWAFT Garage Cam Front<br/>
<a href="http://www.uwaft.com/webcam/garage_cam_front.jpg"> <img title="Garage Live Webcam" src="http://www.uwaft.com/webcam/garage_cam_front.jpg" alt="Live Webcam
shot from the UWAFT garage" width="300" height="169" name="refresh" style="border: 0"/></a> <br />Live UWAFT Garage Cam Back<br/>
<a href="http://www.uwaft.com/webcam/garage_cam_back.jpg"><img title="Garage Live Webcam" src="http://www.uwaft.com/webcam/garage_cam_back.jpg" alt="Live Webcam shot
from the UWAFT garage" width="300" height="169" name="refreshb" style="border: 0"/></a>
</div>
<SCRIPT language="JavaScript" type="text/javascript">
<!--
var t = 20 // interval in seconds
image = "http://www.uwaft.com/webcam/garage_cam_front.jpg" //name of the image
imageb = "http://www.uwaft.com/webcam/garage_cam_back.jpg" //name of the image
function Start () {
tmp = new Date();
tmp = "?"+tmp.getTime()
document.images["refresh"].src = image+tmp
document.images["refreshb"].src = imageb+tmp
setTimeout("Start()", t*1000)
}
Start();
// -->
</SCRIPT>
<br/> <br/> <br/>
<br><p>At the University of Waterloo's Alternative Fuels Team, we're designing, building, and marketing the hydrogen vehicles of the future. We have partnered
with <a href="http://www.gm.com/">General Motors</a>, <a href="http://www1.eere.energy.gov/vehiclesandfuels/">the Department of Energy</a>, and <a
href="http://www.ecocarchallenge.org/sponsors/index.html">other notable sponsors</a> across North America with the dream of building the next <a
href="http://www.ecocarchallenge.org/">EcoCAR</a>. Not only does this challenge bring us in contact with industry leaders who want to see a greener tomorrow, it
also acts as a framework for interacting with you, the interested public. So join us as we get ready to drive the clean vehicles of tomorrow.</p><br>
<p>For more information, or to simply ask us questions, please contact us at <a href="mailto:questions@uwaft.com">questions@uwaft.com</a>.
<br />
<div style="padding-top:20px;">
Become a fan: <a href="http://www.facebook.com/pages/Waterloo-ON/University-of-Waterloo-Alternative-Fuels-Team/89289520171?ref=ts" title="Facebook" rel="nofollow"
target="_blank"><img src="http://uwaft.com/wp/wp-content/plugins/add-to-any/icons/facebook.png" alt="Facebook"/> Facebook </a> <a href="http://www.twitter.com/uwaft"
title="Twitter" rel="nofollow" target="_blank"><img src="http://uwaft.com/wp/wp-content/plugins/add-to-any/icons/twitter.png" alt="Twitter"/> Twitter</a> <a
href="http://www.stumbleupon.com/toolbar/badge_click.php?r=http://uwaft.com/" > <img src="http://uwaft.com/wp/wp-content/uploads/2010/03/su.png" />
StumbleUpon</a></p>
</div>
</div>
<?php } ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); update_post_caches($posts); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a class="title" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<div class="info">
<span class="date"><?php the_time(__('F jS, Y', 'inove')) ?></span>
(!-- <div class="act">
<span class="comments"><?php comments_popup_link(__('No comments', 'inove'), __('1 comment', 'inove'), __('% comments',
'inove')); ?></span>
<?php edit_post_link(__('Edit', inove'), '<span class="editpost">', '</span>'); ?>
<div class="fixed"></div>
</div> -->
<div class="fixed"></div>
</div>
<div class="content">
<?php the_content(__('Read more...', 'inove')); ?>
<!-- <p class="under">
<?php if ($options['author']) : ?><span class="author"><?php the_author_posts_link(); ?></span><?php endif; ?>
<?php if ($options['categories']) : ?><span class="categories"><?php the_category(', '); ?></span><?php endif; ?>
<?php if ($options['tags']) : ?><span class="tags"><?php the_tags('', ', ', ''); ?></span><?php endif; ?>
</p> -->
<div class="fixed"></div>
</div>
</div>
<?php endwhile; ?>
<?php else : ?>
<div class="errorbox">
<?php _e('Sorry, no posts matched your criteria.', 'inove'); ?>
</div>
<?php endif; ?>
<div id="pagenavi">
<?php if(function_exists('wp_pagenavi')) : ?>
<?php wp_pagenavi() ?>
<?php else : ?>
<span class="newer"><?php previous_posts_link(__('Newer Entries', 'inove')); ?></span>
<span class="older"><?php next_posts_link(__('Older Entries', 'inove')); ?></span>
<?php endif; ?>
<div class="fixed"></div>
<div style="text-align:center;font-size:small">
<a href="mailto:questions@uwaft.com">Contact Us</a></br>
</div>
</div>
</div>
<!-- main END -->
<div class="fixed"></div>
<!-- content End -->
<?php include('templates/end.php'); ?>
Vanyely