I am getting the syntax error commented code. Can some have idea, why this error comes
Error: syntax error, unexpected T_STRING, expecting ',' or ';' redmine/app/View/Welcome/index.ctp Line: 4
<h2><?php $this->Candy->html_title(__('Home')) ?></h2>
<div class="splitcontentleft">
<!-- <%= textilizable Setting.welcome_text %> -->
<?php echo $this->Candy->textilizable($Settings->welcome_text) ?>
<?php if (!empty($news)): ?>
<div class="box">
<h3><?php echo __('Latest news')?></h3>
<?php echo $this->element('news',array('news' => $news)) ?>
<?php echo $this->Html->link(__('View all news'), array('controller' =>
'news')) ?>
</div>
<?php endif; ?>
</div>
Also it works fine in localhost , It seems this is a .htaccess file issue?
Thanks in advance...!!!