web/embed_form.php
changeset 1560 d441b50586ba
parent 620 953c68b4da79
equal deleted inserted replaced
1559:796b49572291 1560:d441b50586ba
    37 			background-image:none;
    37 			background-image:none;
    38 			border:solid 1px #ccc;
    38 			border:solid 1px #ccc;
    39 			font-size: 12px;
    39 			font-size: 12px;
    40 		}
    40 		}
    41 	</style>
    41 	</style>
    42 	<script type="text/javascript">
       
    43 	
       
    44 	  var _gaq = _gaq || [];
       
    45 	  _gaq.push(['_setAccount', 'UA-23581291-1']);
       
    46 	  _gaq.push(['_trackPageview']);
       
    47 	  _gaq.push(['_setAllowAnchor', true]); 
       
    48 	
       
    49 	
       
    50 	  (function() {
       
    51 	    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
       
    52 	    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
       
    53 	    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
       
    54 	  })();
       
    55 	
       
    56 	</script>
       
    57   </head>
    42   </head>
    58   
    43   
    59   <h1 class="tweetWriterTitle" style="width:300px;" > <?php print $translate->_("EmbedTitle"); ?></h1>
    44   <h1 class="tweetWriterTitle" style="width:300px;" > <?php print $translate->_("EmbedTitle"); ?></h1>
    60   
    45   
    61   <p style="font-size:12px;width:300px;"><?php print $translate->_("EmbedText"); ?> </p>
    46   <p style="font-size:12px;width:300px;"><?php print $translate->_("EmbedText"); ?> </p>