Hi, Thanks for the quick turn around! I am very happy with your service.
I downloaded the template from the template center. I redownloaded it just now, it’s this one:
<?php if (($this->user->authorize('com_content', 'edit', 'content', 'all') || $this->user->authorize('com_content', 'edit', 'content', 'own')) : ?>
I think the .14 version of the template for Joomla 1.5 needs to be updated.
Thanks!
<em>@nguoiabcd 90309 wrote:</em><blockquote>Hi
Seem you have used old version of template
you can edit default.php(templatesja_coronahtmlcom_contentarticle folder),search line:
<?php if (($this->user->authorize('com_content', 'edit', 'content', 'all') || $this->user->authorize('com_content', 'edit', 'content', 'own')) : ?>
Change to
<?php if ($this->user->authorize('com_content', 'edit', 'content', 'all') || $this->user->authorize('com_content', 'edit', 'content', 'own')) : ?>
</blockquote>