Itemlinks customization in floatrix theme
kdji123
Joined: 2009-05-05
Posts: 24 |
![]() |
Hello friends, In theme.inc for floatrix theme following function is defined:- Quote:
/** and the code which calls this function in photo.tpl is:- Quote:
{if !empty($theme.userLinks)} I want this same functionality in classic theme and pasted the above codes in respective files but the links did`nt show up, will some body help me to figure out what is wrong! regards, |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
the templates do not call the function, they place the variables. -s |
|
kdji123
Joined: 2009-05-05
Posts: 24 |
![]() |
my apologies for wrong choice of terms,actually the above code works in floatrix theme than why not in classic, check this thread also http://gallery.menalto.com/node/95068, please tell me how I can find the solution.thanks |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
examine floatrix theme.inc -s |
|
kdji123
Joined: 2009-05-05
Posts: 24 |
![]() |
I have minor problem, $theme['userLinks'] = array(); the favourite module uses the parameter 'controller' in stead of 'view',so it does not get split.however the below code only splits favourite module and leaves others intact $theme['userLinks'] = array(); I want that I may be able to do both. |
|