Quote:
Originally Posted by elmirage001
Change
{$lng.lbl_xcms_r ss_title} to {$lng.lbl_xcms_rss_title}
and
{$xcmsNavigationSubC ategories[subcats].categoryid} to {$xcmsNavigationSubCategories[subcats].categoryid}
I tried to re-paste the code from my text editor but the forum editor keeps putting the extra spaces...
|
Paul,
In the forum text editor, to prevent random spaces in code, wrap all code text in the [code] tag. Like this:
Code:
{$lng.lbl_xcms_r ss_title} to {$lng.lbl_xcms_rss_title}
and
Code:
{$xcmsNavigationSubC ategories[subcats].categoryid} to {$xcmsNavigationSubCategories[subcats].categoryid}
You can also select the code to wrap and press the "#" button. That's for standard code. If it's php code, use the "php" button.
Hope this helps..
J