Hi there, sorry to bug you :) I have looked up the previous questions relating to this and compared below, but first I should say I just updated all of cobalt and fields, media, etc to latest packages (Tuesday) which is when the issue started, though I have checked that my custom templates are uploaded. The error code is:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/classicr/public_html/components/com_cobalt/fields/url/tmpl/output/bookstore amazon.php on line 25
Line 25 is the first line in the code below, but I've included the full "paragraph" for context.
params->get('params.qr_code', 0)):
$width = $this->params->get('params.qr_width', 60);
$src = 'http://chart.apis.google.com/chart?chs='.$width.'x'.$width.'&cht=qr&chld=L|0&chl='.$url; ?>
<?php echo JHtml::image($src, JText::_('URL QR'), array( 'class' => 'qr-image', 'width' => $width, 'height' => $width, 'align' => 'top'));?>
I'd really appreciate your assistance, thank you.
Hi there, sorry to bug you :) I have looked up the previous questions relating to this and compared below, but first I should say I just updated all of cobalt and fields, media, etc to latest packages (Tuesday) which is when the issue started, though I have checked that my custom templates are uploaded. The error code is:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/classicr/public_html/components/com_cobalt/fields/url/tmpl/output/bookstore amazon.php on line 25
Line 25 is the first line in the code below, but I've included the full "paragraph" for context.
params->get('params.qr_code', 0)): $width = $this->params->get('params.qr_width', 60); $src = 'http://chart.apis.google.com/chart?chs='.$width.'x'.$width.'&cht=qr&chld=L|0&chl='.$url; ?>I'd really appreciate your assistance, thank you.