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 11:14:56

Uncletim
Member
From: Boulder, CO
Registered: 08-03-2003
Posts: 375
Website

Skin.php not the same as manual

Hi:

My skin.php file is nothing like what is in the "Getting Started" manual. I have read that I need to update my skin.php file but I do not see any reference to it in any of the manuals (yet). I do not seem to be able to search the manuals or copy and paste either so finding this fast does not currently seem possible.

Here is the contents of my skin.php file. Notice there is no reference to my logo.png file as stated on page 59  of the "Getting Started" manual.

Can someone clue me in on this.

Thanks.





<?php $skinfunc =& $this->include_skinfunc('CORE_SkinFunc'); extract($skinfunc->startup()); ?>

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML+RDFa 1.0//EN' 'http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd'>

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">

<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />

<base href="<?php print $this->globals('core_display.base_url'); ?>" />

<?php $skinfunc->xnamespace('core','jslib'); ?>

<link rel="stylesheet" type="text/css" media="all" href="media/skins/css/all.css" />
<link rel="stylesheet" type="text/css" media="all" href="skins/Desktop/css/overrides.css" />
<link rel="stylesheet" type="text/css" media="all" href="skins/Desktop/css/all.css" />

<?php if ($colorscheme != 'default') { ?>
<link rel="stylesheet" type="text/css" media="all" href="skins/Desktop/css/colorscheme-<?php print $colorscheme; ?>.css" />
<?php } ?>

</head>

<body>

<div id="skin_background">

<div id="skin_top">

<div id="skin_top_wrapper">

<div id="skin_top_menu">

<ul>

<?php


if (!(empty($link_home)))     {print '<li><a href="http://www.theflatirons.com"' . $link_home . '" title="Home">Website Home</a></li>';}
if (!(empty($link_home)))     {print '<li><a href="' . $link_home . '" title="Home">Home</a></li>';}
if (!(empty($link_cart)))     {print '<li><a href="' . $link_cart . '" title="Shopping Cart">Shopping Cart</a></li>';}
if (!(empty($link_wishlist))) {print '<li><a href="' . $link_wishlist . '" title="Wish List">Wish List</a></li>';}
if (!(empty($link_checkout))) {print '<li><a href="' . $link_checkout . '" title="Checkout">Checkout</a></li>';}
if (!(empty($link_sitemap)))  {print '<li><a href="' . $link_sitemap . '" title="Site Map">Site Map</a></li>';}
if (!(empty($link_contact)))  {print '<li><a href="' . $link_contact . '" title="Contact">Contact</a></li>';}

?>

</ul>

</div>

<div id="skin_top_miniacctlogin">

<?php $skinfunc->xnamespace('core','miniacctlogin'); ?>

</div>

<div class="clearboth"></div>

</div>

</div>

<div id="skin_header">

<div id="skin_header_wrapper">

<div id="skin_header_home">

<a href="<?php print $link_home; ?>" title="Home"><img src="media/skins/logos/<?php print $logoimage; ?>" alt="Logo" /></a>

</div>

<div id="skin_header_widgets">

<?php $skinfunc->xnamespace('core','skinwidgets','HEADER'); ?>

</div>

<div class="clearboth" style="height: 10px;"></div>

</div>

</div>

<div id="skin_navmenu">

<?php $skinfunc->xnamespace('core','skinwidgets','NAVMENU'); ?>

<div class="clearboth"></div>

</div>

<div id="skin_wrapper_content">

<div id="skin_left">

<?php $skinfunc->xnamespace('core','skinwidgets','SIDEMENU'); ?>

</div>

<core:content />

<div class="clearboth"></div>

</div>

<div id="skin_footer">

<div id="skin_footer_wrapper">

<div id="skin_footer_widgets">

<?php $skinfunc->xnamespace('core','skinwidgets','FOOTER'); ?>

</div>

<div id="skin_footer_copyright">

<?php $skinfunc->printaddphone(); ?>

<p>&copy; <?php print $disp_year . ' ' . $site_name; ?><br />All rights reserved worldwide</p>

</div>

<div class="clearboth"></div>

</div>

</div>

</div>

<?php $skinfunc->debug(); ?>

</body>

</html>

Offline

 

#2 08-23-2012 11:56:32

jj1987
Member
From: Orlando, FL
Registered: 07-14-2008
Posts: 502
Website

Re: Skin.php not the same as manual

You can find accurate upgrade instructions here-
https://central.kryptronic.com/public/n … ANGES.html



-James Garrett

Offline

 

#3 08-23-2012 13:10:01

Uncletim
Member
From: Boulder, CO
Registered: 08-03-2003
Posts: 375
Website

Re: Skin.php not the same as manual

But you only need to do that if you do not want to use the new desktop skins. Right?

I want to use the new ones so I do not need to do that step. If I get this right.

Thanks.

Offline

 

#4 08-23-2012 15:26:58

jj1987
Member
From: Orlando, FL
Registered: 07-14-2008
Posts: 502
Website

Re: Skin.php not the same as manual

Uncletim wrote:

But you only need to do that if you do not want to use the new desktop skins. Right?

I want to use the new ones so I do not need to do that step. If I get this right.

Thanks.

Correct.  Did you not get the desktop skin when you installed v8?  If not what's your email? I'll send it to you.



-James Garrett

Offline

 

#5 08-23-2012 16:44:43

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

Re: Skin.php not the same as manual

I think he's straight now.


Nick Hendler

Offline

 

Board footer