Example #1
0
function smarty_function_mixpanel($params, Smarty_Internal_Template $template)
{
    $params += array('script' => 'head');
    if ($params['script'] == 'head') {
        return Mixpanel::head_script();
    }
    return Mixpanel::body_script();
}
Example #2
0
</div> <!-- .row -->
</div> <!-- /container -->

<?php 
include 'includes/_new_footer.php';
?>

<!-- 30-10-2012 Anupam, Google Code for Remarketing tag -->
<!-- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. For instructions on adding this tag and more information on the above requirements, read the setup guide: google.com/ads/remarketingsetup -->
<script type="text/javascript">
    /* <![CDATA[ */
    var google_conversion_id = 1005464495;
    var google_conversion_label = "KMo7CNGm6gMQr9e43wM";
    var google_custom_params = window.google_tag_params;
    var google_remarketing_only = true;
    /* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>

<noscript>
    <div style="display:inline;">
        <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1005464495/?value=0&amp;label=KMo7CNGm6gMQr9e43wM&amp;guid=ON&amp;script=0"/>
    </div>
</noscript>

<!-- Mixpanel -->
<?php 
echo Mixpanel::body_script();