error on installing phoca pdf on Joomla 2.5.20
Posted: 04 May 2014, 15:03
Hi,
i want to install phoca-pdf to Joomla 2.5.20 (the newest 2.5 version).
After changing the file "components/com_content/views/article/tmpl/default.php" with
<?php if ($params->get('access-edit') || $params->get('show_print_icon') || $params->get('show_email_icon') || $phocaPDF) : ?>
<ul class="actions">
<?php echo $phocaPDF; ?>
<?php if (!$this->print) : ?>
there was an error:
Parse error: syntax error, unexpected $end in phoca pdf on line 234.
there is something missing in your code ?
i want to install phoca-pdf to Joomla 2.5.20 (the newest 2.5 version).
After changing the file "components/com_content/views/article/tmpl/default.php" with
<?php if ($params->get('access-edit') || $params->get('show_print_icon') || $params->get('show_email_icon') || $phocaPDF) : ?>
<ul class="actions">
<?php echo $phocaPDF; ?>
<?php if (!$this->print) : ?>
there was an error:
Parse error: syntax error, unexpected $end in phoca pdf on line 234.
there is something missing in your code ?