Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 08-23-2012 02:42:10

Aircut
Member
Registered: 09-22-2003
Posts: 235
Website

Some links mixups in the DESKTOP skin

FYI ONLY

The HOME link at the top menu  is pointing to the

Code:

<div id="skin_top">
<div id="skin_top_wrapper">
<div id="skin_top_menu">
<ul>
<li>
<a href="SITEURL/AccountLogin" title="Home">Home</a>
</li> code snipped......

while the HOME link at the widget main menu is pointing to the site root

Code:

<div class="skin_widgettitle">Main Menu</div>
<div class="skin_widgetmenu">
<ul>
<li>
<a href="SITEURL/" title="Home">Home</a>
</li> code snipped......

Last edited by Aircut (08-23-2012 02:42:37)

Offline

 

#2 08-23-2012 07:45:26

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Some links mixups in the DESKTOP skin

Do you by chance have the 'system' (ie core) set up as the default component for your site?


Nick Hendler

Offline

 

#3 08-23-2012 08:17:57

Aircut
Member
Registered: 09-22-2003
Posts: 235
Website

Re: Some links mixups in the DESKTOP skin

If you mean


Location: System Dashboard > System > Component > Profile
Component name is System
Display name is website
Default status is off

Last edited by Aircut (08-23-2012 08:18:31)

Offline

 

Board footer