Page 1 of 1

how to remove the quick link in bottom

Posted: Sun Mar 22, 2009 12:35 pm
by scripter
hi guys

i want to remove the quick link in bottom mean

Previous page: page name
Next page: page name

thanks

Re: how to remove the quick link in bottom

Posted: Sun Mar 22, 2009 1:39 pm
by reneh
edit your templates!

Re: how to remove the quick link in bottom

Posted: Sun Mar 22, 2009 1:52 pm
by scripter
in CSS that is right?
but in which part or in which attribute
thanks

Re: how to remove the quick link in bottom

Posted: Sun Mar 22, 2009 3:20 pm
by alby
scripter wrote: in CSS that is right?
Template and not CSS.
Remove:
   
            {cms_selflink dir="previous" label="Previous page: "}

            {cms_selflink dir="next"}
   
Alby

Re: how to remove the quick link in bottom

Posted: Sun Mar 22, 2009 8:25 pm
by scripter
thanks that is worked
good luck