Jump to content

Beta Site 1.1


tylerj

Recommended Posts

  • 2 weeks later...
  • 1 month later...

There are two ways to repair the templates css problem:

The first is very easy and the fastest:

In the Lib--> Skin Folder change the folder name from betasite1.1 to betasite, This is how it is displayed in the layout.tpl file.

The second is to open layout.tpl (located in the betasite1.1 folder)

Change

    <link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/betasite/style.css" type="text/css" media="screen" />
   <!--[if IE 6]><link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/betasite/style.ie6.css" type="text/css" media="screen" /><![endif]-->
   <!--[if IE 7]><link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/betasite/style.ie7.css" type="text/css" media="screen" /><![endif]-->
   <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/betasite/script.js"></script>

to

    <link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/betasite1.1/style.css" type="text/css" media="screen" />
   <!--[if IE 6]><link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/betasite1.1/style.ie6.css" type="text/css" media="screen" /><![endif]-->
   <!--[if IE 7]><link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/betasite1.1/style.ie7.css" type="text/css" media="screen" /><![endif]-->
   <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/betasite1.1/script.js"></script>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...