| 1 |
<?php |
| 2 |
/** |
| 3 |
* Statify: JavaScript Snippet View |
| 4 |
* |
| 5 |
* This file contains the template for the plugin's JS snippet. |
| 6 |
* |
| 7 |
* @package Statify |
| 8 |
*/ |
| 9 |
|
| 10 |
class_exists( 'Statify' ) || exit; ?> |
| 11 |
|
| 12 |
<!-- Stats by http://statify.de --> |
| 13 |
<div id="statify-js-snippet" |
| 14 |
style="display:none" |
| 15 |
data-home-url="<?php echo esc_url( home_url( '/', 'relative' ) ); ?>"> |
| 16 |
</div> |
| 17 |
<script type="text/javascript" |
| 18 |
src="<?php echo esc_attr( plugins_url( 'js/snippet.js', STATIFY_FILE ) ); ?>"> |
| 19 |
</script> |
| 20 |
|
| 21 |
<?php /* Markup space */ ?> |
| 22 |
|