Page 1 of 1

syntax for making the phplayers menu horizontol?

Posted: Mon Apr 11, 2005 5:09 pm
by ysf
Hi,

can anybody please telll me what is the correct syntax for making phplayers menu horizontol.

i used the following code in my template but when i use this the menu disappears:

Code: Select all

{cms_module module='phplayers horizontol=1'}
Please somebody help...

Re: syntax for making the phplayers menu horizontol?

Posted: Mon Apr 11, 2005 5:58 pm
by petert
try 'horizontal'

Re: syntax for making the phplayers menu horizontol?

Posted: Mon Apr 11, 2005 6:25 pm
by Ted
Also, the quotes aren't right...

Code: Select all

{cms_module module='phplayers' horizontal='1'}

Re: syntax for making the phplayers menu horizontol?

Posted: Tue Apr 12, 2005 6:33 am
by ysf
thanx a lot guys...it works!!!