Jump to content
xt:Commerce Community Forum

Christoph Bachner Counter


hifibau

Recommended Posts

Den vom bachner-Counter generierten JavaScript-Schnipsel in die

includes/header.php

<!--

This OnlineStore is brought to you by XT-Commerce, Community made shopping

XTC is a free open source e-Commerce System

created by Mario Zanier & Guido Winger and licensed under GNU/GPL.

Information and contribution at http://www.xt-commerce.com

-->

<meta name="generator" content="© by <?php echo PROJECT_VERSION; ?> , http://www.xt-commerce.com" />

<?php include(DIR_WS_MODULES.FILENAME_METATAGS); ?>

<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>" />

<link rel="stylesheet" type="text/css" href="<?php echo 'templates/'.CURRENT_TEMPLATE.'/stylesheet.css'; ?>" />

++++++++++++++hier rein damit+++++++++++++++++++++

<script type="text/javascript"><!--

var selected;

var submitter = null;

function submitFunction() {

submitter = 1;

}

function popupWindow(url) {

window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,statusbar=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')

}

Link to comment
Share on other sites

  • 4 months later...

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...