Jump to content

Where do I find the footer info?


Guest KateTheShrew

Recommended Posts

Guest KateTheShrew

Ok, I know this is probably a stoopid noob type question, but I'm darned if I can figure it out. I've applied the license key and the "powered by cubecart, etc." is gone, but I STILL need to have the footer active with copyright info for my web pages ("Artwork copyright Anaid Designs. All rights reserved.") but I can't figure out where the footer code is or how to create a footer of my own and which files would need to be updated. I swear, sometimes I think I'm just too old to learn all this stuff. *sigh*

ANY help would be greatly appreciated.

Kate

Link to comment
Share on other sites

Hi Kate,

You can do this in your index.tpl file, ie. skins\yourskin\styleTemplates\global\index.tpl

Just add your information:

<!-- BEGIN: body -->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset={VAL_ISO}" />

<title>{META_TITLE}</title>

<meta name="description" content="{META_DESC}" />

<meta name="keywords" content="{META_KEYWORDS}" />

<link href="skins/{VAL_SKIN}/styleSheets/layout.css" rel="stylesheet" type="text/css" />

<link href="skins/{VAL_SKIN}/styleSheets/style.css" rel="stylesheet" type="text/css" />

<script language="javascript" src="js/jslibrary.js" type="text/javascript"></script>

</head>

<body>

<div id="pageSurround">

<div id="topHeader">

<div id="sessionBox">

<div style="padding: 15px 8px 15px 15px; margin: 0px;">

{SEARCH_FORM}

{SESSION}

</div>

</div>

</div>

<div id="subSurround">

{CATEGORIES}

<table border="0" cellspacing="0" width="100%" cellpadding="0">

<tr valign="top">

<td width="175">

{SHOPPING_CART}

{INFORMATION}

{CURRENCY}

{LANGUAGE}</td>

<td style="padding: 0px 5px 0px 5px;">{PAGE_CONTENT}</td>

<td width="175">

{RANDOM_PROD}

{POPULAR_PRODUCTS}

{SALE_ITEMS}

{MAIL_LIST}

</td>

</tr>

</table>

</div>

{SITE_DOCS}

</div>

<div align="center"> Your footer info here</div>

</body>

</html>

<!-- END: body -->

Link to comment
Share on other sites

Guest KateTheShrew

Woo and Two Hoos!! It worked!! Thankyouthankyouthankyou!!

Kate (who wrote this info down in her notebook in case she ever has to do it again)

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.   Paste as plain text instead

  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.

×
×
  • Create New...