web/tweetwall.php
changeset 1560 d441b50586ba
parent 1557 7c67caaafdeb
child 1571 4a1e6952afe5
equal deleted inserted replaced
1559:796b49572291 1560:d441b50586ba
    50 
    50 
    51         <?php if (isset($config['js_config'])) echo $config['js_config']; ?>
    51         <?php if (isset($config['js_config'])) echo $config['js_config']; ?>
    52     </script>
    52     </script>
    53     <?php if (isset($_SESSION['SOCIAL_ACCESS_TOKEN'])) { ?>
    53     <?php if (isset($_SESSION['SOCIAL_ACCESS_TOKEN'])) { ?>
    54     <script type="text/javascript" src="<?php echo(registry_url('twcx-main','js'))?>"></script>
    54     <script type="text/javascript" src="<?php echo(registry_url('twcx-main','js'))?>"></script>
    55     <?php } ?>
    55     <?php } ?>    
    56 
       
    57     <script type="text/javascript">
       
    58     
       
    59       var _gaq = _gaq || [];
       
    60       _gaq.push(['_setAccount', 'UA-23581291-1']);
       
    61       _gaq.push(['_trackPageview']);
       
    62       _gaq.push(['_setAllowAnchor', true]);
       
    63     
       
    64       (function() {
       
    65         var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
       
    66         ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
       
    67         var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
       
    68       })();
       
    69     
       
    70     </script>
       
    71     
       
    72   </head>
    56   </head>
    73   <body class="tweetwall">
    57   <body class="tweetwall">
    74 
    58 
    75         <div id="container">
    59         <div id="container">
    76 
    60