Page 1 of 1

All content on last page is somehow links

Posted: Fri Mar 20, 2009 11:02 am
by nielsoleholck
Hi

I installed CMS 1.5.3, and put up a website.
Look at www.gahk.dk/cmsms2
I dont know why, but on the last page, all the content is links.
Look at this page: http://www.gahk.dk/cmsms2/index.php?page=kontakt

I tried changing what is the last page, and the same happens to the new last page.
I also tried to make a new page, and mark it as not to be shown in the menu, but that didnt help.

Does anyone have a solution to my problem?

Best regards
Niels Ole

Re: All content on last page is somehow links

Posted: Fri Mar 20, 2009 11:09 am
by alby
nielsoleholck wrote: I dont know why, but on the last page, all the content is links.
Look at this page: http://www.gahk.dk/cmsms2/index.php?page=kontakt
Becuase you don't close tags:
8: Kontakt
Alby

Re: All content on last page is somehow links

Posted: Sat Mar 21, 2009 6:06 pm
by nielsoleholck
Thanks a lot

Af changing:
{if $node->current == true}
url}"{if $node->accesskey != ''} accesskey="{$node->accesskey}"{/if}{if $node->tabindex != ''} tabindex="{$node->tabindex}"{/if}{if $node->titleattribute != ''} title="{$node->titleattribute}"{/if}>{$node->hierarchy}: {$node->menutext}
the last to everything is working perfect.

Thanks a lot man!