currently function q_list_item has only one variable but i want to add one more varialbe through layer in plugin
I just change the function defination like this
q_list_item($q_item ,$var )
{
...
..
}
It works perfectly but if i disable plugin it creates error.
Can anybody pls help me out!!!