Hello,
For remove that title from book detail page.
You need open file:
{yours site}/components/com_booklibrary/booklibrary.html.php
function displayBook
and in it remove below rows.
Code: |
<div class="componentheading<?php echo $params->get( 'pageclass_sfx' ); ?>">
<?php echo $currentcat->header; ?>
</div>
|
But first please backup that file
Thanks,
OrdaSoft team