﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
13	Offline.html	anonymous	somebody	"Mit 1.06 kam ja die Integrierte Piwik funktion.
Es wäre allerdings von vorteil wenn diese nicht nur in der index.html enthalten ist, sondern auch in der Offline.html

Den schließlich will man ja auch wenn die Seite Offline ist wissen, wieviele Besucher man hat usw.
Daher wäre mein Vorschlag folgenden Code ebenfalls in die Offline.html zu Integrieren:


{if ($smarty.const.TRACKING_COUNT_ADMIN_ACTIVE=='true' and $smarty.session.customers_status.customers_status_id == '0')
  or $smarty.session.customers_status.customers_status_id != '0'}
  {if $smarty.const.TRACKING_PIWIK_ACTIVE=='true'}
    {piwik url=$smarty.const.TRACKING_PIWIK_LOCAL_PATH id=$smarty.const.TRACKING_PIWIK_ID goal=$smarty.const.TRACKING_PIWIK_GOAL}
  {/if}
  {if $smarty.const.TRACKING_GOOGLEANALYTICS_ACTIVE=='true'}
    {googleanalytics account=$smarty.const.TRACKING_GOOGLEANALYTICS_ID trackorders=true}
  {/if}
{/if}"	Erweiterung	closed	normal	modified-shop-2.0.0.0	Shop	1.06	fixed				
