0
Hi,
I'm new to music collection and having some trouble setting up. I've added a default artist page and a search page, however, I am getting a bunch of code displaying on my pages.
For example, this is just some of the code being displayed.
On the artist page:
params->get('showpdficon')){ ?>
"PDF"); $link_pdf = JRoute::_('index.php?option=com_muscol&view=artists&format=ownpdf&letter=' . $this->letter); $pdf_icon = JHTML::image('components/com_muscol/assets/images/page_white_acrobat.png',"PDF", array("title" => "PDF")); ?>
letter == "") { echo $this->introtext; ?> params->get('showalbumsearch')){ ?>
On the search page:
song->id); ?>
song->real_artist_id != $this->song->artist_id){ echo $this->song->real_artist_name; }else{ echo $this->song->artist_name . ' '. $this->song->subartist; }?>
I've read elswhere about a setting in the php.ini file, short_open_tags must be set to ON.
Is this related to the same thing or else can you advise on where I've gone wrong?
I'm new to music collection and having some trouble setting up. I've added a default artist page and a search page, however, I am getting a bunch of code displaying on my pages.
For example, this is just some of the code being displayed.
On the artist page:
params->get('showpdficon')){ ?>
"PDF"); $link_pdf = JRoute::_('index.php?option=com_muscol&view=artists&format=ownpdf&letter=' . $this->letter); $pdf_icon = JHTML::image('components/com_muscol/assets/images/page_white_acrobat.png',"PDF", array("title" => "PDF")); ?>
letter == "") { echo $this->introtext; ?> params->get('showalbumsearch')){ ?>
On the search page:
song->id); ?>
song->real_artist_id != $this->song->artist_id){ echo $this->song->real_artist_name; }else{ echo $this->song->artist_name . ' '. $this->song->subartist; }?>
I've read elswhere about a setting in the php.ini file, short_open_tags must be set to ON.
Is this related to the same thing or else can you advise on where I've gone wrong?
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »