By Renato Mendonça on Tuesday, 26 November 2013
Posted in General Issues
Replies 3
Likes 0
Views 1K
Votes 0
Hi all,

Is there a way to put a script in the head but only for the Easyblog pages? Probably there is a simple answer to this but i could not understand how to do it.

Tks,
Renas
Hello Renato,

It should be something like this,


<?php
if( JRequest::getVar( 'option' ) == 'com_easyblog' )
{
// Do something here
}
?>
·
Tuesday, 26 November 2013 23:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Tks,
·
Wednesday, 27 November 2013 00:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Renato,

You are most welcome. Glad that your issue is solved.

Thanks!
·
Wednesday, 27 November 2013 11:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post