Hmm well ...
Is there a way to change this behaviour?
I got two templates for the "page" .. one in light colors and one in dark colors.
I also got two templates for the "profile" .. one in light colors and one in dark colors.
I already changed the code a bit so that if one of the two is changed, the other one will change automatically.
So what I'd like this to do is, that always the style (on every profile) is chosen, which the logged in, browsing user chose.
Guess i only need to get the user via
Code:
$user =& JFactory::getUser()
and then make the plugin work with this variable?!
If so, in which file (and maybe line) would i do this?
If not, please help me out a bit.