0
Hi, Germinal!
On the song page of lyrics text is displayed as
and it works fine
Any Song Page
I want to be able to see the lyrics on the album pages, too,
I decided to add a bit of code into a template song /components/com_muscol/templates/template_song.php.
When you click on the "glyphicon-eye-open" opens lyrics.
Faced with such a problem when encoding.
But this code
Works {{lyrics}}
The text displayed in the text (), ie, with all tags, ,
On the song page of lyrics text is displayed as
<?php echo $this->song->lyrics; ?>
and it works fine
Any Song Page
I want to be able to see the lyrics on the album pages, too,
I decided to add a bit of code into a template song /components/com_muscol/templates/template_song.php.
When you click on the "glyphicon-eye-open" opens lyrics.
Faced with such a problem when encoding.
But this code
<?php echo $this->song->lyrics; ?>
does not work for the album page.Works {{lyrics}}
The text displayed in the text (), ie, with all tags
,
, ,
etc.
Example: Any Album Page
Tell me how to get it in the html (), without the tag?
--
Sincerely, Igor
Thank you in advance
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 »