uditbhansali
Regular Member
- Aug 16, 2010
- 488
- 292
I'm getting this error and I can't find the problem.
Can anyone help me pls
Here's the error.
Parse error: syntax error, unexpected $end in /home/folder/public_html/shalco/wp-content/themes/levitation/sidebar.php on line 12
Here's the code:
Can anyone help me pls
Here's the error.
Parse error: syntax error, unexpected $end in /home/folder/public_html/shalco/wp-content/themes/levitation/sidebar.php on line 12
Here's the code:
Code:
<div class='boxxed boxxed_small boxxed3' id='sidebar' >
<div class="widget widget_pages">
<?php if ( is_page(array('2'))) { ?>
<div class="e-left">
<h3>E-Brochure</h3>
<a href="http://shalco.in/SHALCO-Brochure.pdf" onclick="target='_blank'"><img src="http://shalco.in/images/Brochure.jpg" alt="E Brochure" /></a>
</div>
<div class="i-left">
<h3>ISO Certified</h3>
<a href="http://shalco.in/SHALCO-ISO.pdf" onclick="target='_blank'"><img src="http://shalco.in/images/SHALCO-ISO.jpg" alt="ISO Certification" /></a>
</div>
</div><!-- end sidebar -->