Meta tag in Version 2

Luca
Luca
Offline
0
Hi..
In the old version of Muscol I had changed the meta tag artists, albums and text editing files view.html.php in the directory views. I tried doing the same thing in version 2.0.0 but I can not change the meta title tag. For example, I changed albums like this:

$document->setMetaData( 'title', $album->name . " Testi - " .  $album->artist_name ) ;


But the title page of the album will not change. Why?
Responses (4)
  • Accepted Answer

    Saturday, February 27 2010, 02:52 PM - #Permalink
    0
    because the this title metatag is ignored by joomla, and it uses the $document->setTitle instead

    look a few lines beloew, on the same file ;)
    The reply is currently minimized Show
  • Accepted Answer

    Luca
    Luca
    Offline
    Saturday, February 27 2010, 02:59 PM - #Permalink
    0
    Ok.. and why there is this title metatag in the code?
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, February 27 2010, 03:00 PM - #Permalink
    0
    it was a test that I made, then I realised that joomla ignores it, but forgot to remove ;)
    The reply is currently minimized Show
  • Accepted Answer

    Luca
    Luca
    Offline
    Saturday, February 27 2010, 05:46 PM - #Permalink
    0
    Thanks for the answere :-)
    The reply is currently minimized Show
Your Reply