Jump to content

Add Another?


Guest

Recommended Posts

  • 2 weeks later...

You can add that in footer.inc.php

hmm i was searching for footer.inc.php on every folder but w/out a result. Could u please tell me where's that file at? :(

thanks

nvm, i've found the file but don't know how to add another line

*/



if(!isset($config)){



	echo "<html>\r\n<head>\r\n<title>Forbidden 403</title>\r\n</head>\r\n<body><h3>Forbidden 403</h3>\r\nThe document you are requesting is forbidden.\r\n</body>\r\n</html>";



	exit;



}







if(isset($_SESSION['ccAdmin'])){ ?>



</div>



  </td>



  </tr>



<!-- start wrapping table -->



	</td>



  </tr>



</table>



<!-- end wrapping table -->



<?php } ?>



</body>



</html>

e.g.

Copyright @2005 domain.com

Powered by CubeCart 3.0.0

Copyright Devellion Limited 2005. All rights reserved.

Link to comment
Share on other sites

Do it this way:

In skins\your skin\styleTemplates\global\index.tpl at the bottom between the last </div> and before </body> add your text. If you want it centered, do this:

<font size="-1"><div align="center">your text</font></div>

You can change the font size to anything you want. I used "-1" to make it small.

Link to comment
Share on other sites

Do it this way:

In skins\your skin\styleTemplates\global\index.tpl at the bottom between the last </div> and before </body> add your text. If you want it centered, do this:

<font size="-1"><div align="center">your text</font></div>

You can change the font size to anything you want. I used "-1" to make it small.

Roban, thank you so much. I still am having a hard time to find file which allowed us to edit the "Homepage" text

Link to comment
Share on other sites

Go to skins/classic (or whatever skin)/styleTemplates/boxes/categories.tpl. You will see this code at the top...(code might vary depending on what skin).

<!-- BEGIN: categories -->

<div class="boxTitleLeft">{LANG_CATEGORY_TITLE}</div>

<div class="boxContentLeft">

<ul>

<li class="bullet"><a href="index.php" class="txtDefault">{LANG_HOME}</a></li>

Change {LANG_CATEGORY_TITLE} to anything you want. Leave out the { }

Link to comment
Share on other sites

Go to skins/classic (or whatever skin)/styleTemplates/boxes/categories.tpl. You will see this code at the top...(code might vary depending on what skin).

<!-- BEGIN: categories -->

<div class="boxTitleLeft">{LANG_CATEGORY_TITLE}</div>

<div class="boxContentLeft">

<ul>

<li class="bullet"><a href="index.php" class="txtDefault">{LANG_HOME}</a></li>

Change {LANG_CATEGORY_TITLE} to anything you want. Leave out the { }

thanks Roban again. I just figured it out that we can modify in the lang.inc.php

'homepage' => "Homepage" change Homepage to Home :(

Link to comment
Share on other sites

You can add that in footer.inc.php

hmm i was searching for footer.inc.php on every folder but w/out a result. Could u please tell me where's that file at? :(

thanks

nvm, i've found the file but don't know how to add another line

Sorry my bad....wasn't looking it was for v3.0.x i was talking about v2 :rolly: :(

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...