For some reason, I cannot get my image to show. I made sure everything was spelled correctly. I checked paths to make sure everything coincided. I also changed paths as a test putting the jpg in same directory, still a no go. I must be missing something really simple!
I am running 1.38 of Zen Cart.
Here is what I currently have:
http://www.crochetgarden.com (lower left, last box on left), has red X.
Here is what I have in my file:
Code:
<?php
//
//Contribution: Logo Sidebox
//Author: Clyde Jones (http://mysticmountainnaturals.com/testsite)
//Version: 1.1
//Updated: 8/21/2008
//License: under the GPL - See attached License for info.
//Based on: Blank Sidebox by Judi Cox - www.MommaMuse.com
//Support: Only given via the forums, please. (http://www.zen-cart.com/forum/showthread.php?t=57694)
// --------------------------------------------------
// zen-cart Open Source E-commerce
// Copyright (c) 2003-2006 The zen-cart developers
// http://www.zen-cart.com/index.php
// Portions Copyright (c) 2003 osCommerce
// --------------------------------------------------
// $Id: logo_sidebox_defines.php,v 1.1 8/21/2008
define('BOX_HEADING_LOGO_SIDEBOX', 'Member Of');
define('LOGO_SIDEBOX_IMAGE_WIDTH', '100');
define('LOGO_SIDEBOX_IMAGE_HEIGHT', '102');
define('LOGO_SIDEBOX_IMAGE', 'cgoa.jpg');
define('LOGO_SIDEBOX_IMAGE_TEXT', 'Member of CGOA');
//this is optional if you want to use the logo as a link
//replace your_link.com with the link you choose
define('LOGO_SIDEBOX_LINK', 'http://www.crochet.org/');
?>
And, here is the link for the image:
http://www.crochetgarden.com/include...USTOM/cgoa.jpg
Bookmarks