Master:
# 1    How to detect the component name in joomla                  
sunny
Online no
State
Grouping Member
Class class4
Score 116
Wealth 103
Posts 68
Login 23:38:47
I want to set different content for virtumart component in a joomla template.
Hits: 91, Date: 2010-02-07 03:42:10
[Agree] ( 3 ) [Against] ( 3 )

# 2    You can use JRequest::getVar method                  
Tim
Online no
State
Grouping Member
Class class3
Score 78
Wealth 84
Posts 51
Login 23:52:42
if(JRequest::getVar('option')=="com_virtuemart"))
echo "your content";
Hits: 90, Date: 2010-02-07 03:48:57
[Agree] ( 3 ) [Against] ( 3 )

1 - 2 [ 2]

Reply: How to detect the component name in joomla

*First line:


More content:


Tags:



Hint: You cannot post here before loginLogin | Register

nothing