On Thu, Feb 28, 2008 at 1:26 PM, Eric Butera <[EMAIL PROTECTED]> wrote:
>  Magento is designed with css.  But I know right now that you won't like it. 
> ;)

    Because their server doesn't have PHP configured properly?  ;-P

>  Here is an example page:
>  
> http://svn.magentocommerce.com/source/branches/beta-0.8/app/design/frontend/default/default/template/catalog/product/list.phtml

    All I see is the PHP source.  Beginning with:

<?php
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to [EMAIL PROTECTED] so we can send you a copy immediately.
 *
 * @category   design_default
 * @package    Mage
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA
Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open
Software License (OSL 3.0)
 */
?>
<?
/**
 * Product list template
 *
 * @see Mage_Catalog_Block_Product_List
 */
?>
<?$_productCollection=$this->getLoadedProductCollection()?>
<?if(!$_productCollection->getSize()):?>
<div class="note-msg">
    <?=$this->__('There are no products matching the selection.')?>
</div>


-- 
</Dan>

Daniel P. Brown
Senior Unix Geek
<? while(1) { $me = $mind--; sleep(86400); } ?>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to