Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php

    /**
     * @package    Content-management
     * @author    Webagentur Niewerth <tiefland@weban.de>
     * @copyright 2011 Webagentur Niewerth
     * @license   propietary http://www.weban.de
     * @version   $Rev: 916 $
     * @filesource
     * 
     */

    /**
     * 
     * @package   Content-management
     * @author    Webagentur Niewerth <tiefland@weban.de>
     * @copyright 2011 Webagentur Niewerth
     */

    // SVN: $Id: footer_shop.jpt.com.inc.php 916 2012-01-25 12:50:31Z tiefland $
    $this->setFontSize( 9 );
    $this->SetDrawColor( 102, 102, 102 );
    $this->line( 10, 132, 105, 132 );
    $this->setY( 134 );
    $this->setX( 10 );
    $this->Cell( 95, 4,
        "JPT Peptide Technologies | www.shop.jpt.com | webshop@jpt.com" );
?>