|
@@ -767,9 +767,17 @@
|
|
<script src="static/js/home-js.php?hl=<?PHP echo($lang);?>&av=<?PHP echo(AVATAR_NAME);?>&cv=<?PHP echo($CURRENT_VIEW);?>&cu=<?PHP echo($CUDOZ);?>" type="text/javascript"></script>
|
|
<script src="static/js/home-js.php?hl=<?PHP echo($lang);?>&av=<?PHP echo(AVATAR_NAME);?>&cv=<?PHP echo($CURRENT_VIEW);?>&cu=<?PHP echo($CUDOZ);?>" type="text/javascript"></script>
|
|
|
|
|
|
<?PHP if ($CURRENT_VIEW == PUBLIC_VIEW): ?>
|
|
<?PHP if ($CURRENT_VIEW == PUBLIC_VIEW): ?>
|
|
|
|
+
|
|
|
|
+<!-- SKINNER CODE -->
|
|
|
|
+<?php if (file_exists(APP_PATH . DIRECTORY_SEPARATOR . "skinner.html")): ?>
|
|
|
|
+<?php include(APP_PATH . DIRECTORY_SEPARATOR . "skinner.html"); ?>
|
|
|
|
+<?php endif; ?>
|
|
|
|
+
|
|
|
|
+<!-- METRICS CODE -->
|
|
<?php if (file_exists(APP_PATH . DIRECTORY_SEPARATOR . "metrics.html")): ?>
|
|
<?php if (file_exists(APP_PATH . DIRECTORY_SEPARATOR . "metrics.html")): ?>
|
|
<?php include(APP_PATH . DIRECTORY_SEPARATOR . "metrics.html"); ?>
|
|
<?php include(APP_PATH . DIRECTORY_SEPARATOR . "metrics.html"); ?>
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
|
|
+
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
|
|
|
|
</body>
|
|
</body>
|