Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sunil committed Jul 11, 2024
1 parent d51f77b commit c29be91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions php/fragments/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<!-- everything else -->
<script>
class cSecret {
GA_TrackingID = "<?= cAppSecret::GOOGLE_ANALYTICS_ID ?>"
GA_App = "mars-tourist-guide.co.uk"
static GA_TrackingID = "<?= cAppSecret::GOOGLE_ANALYTICS_ID ?>"
static GA_App = "mars-tourist-guide.co.uk"
}

class cLocations {
Expand All @@ -53,7 +53,7 @@ class cLocations {
<!-- Facebook -->
<script src="<?= $jsinc ?>/ck-inc/facebook.js"></script>

<script type="text/javascript">
<script>
cFacebook.statusID = "#username";
cFacebook.ServerSide = "<?= $home ?>/php/rest/facebook.php";
cFacebook.ServerUser = "<?= $sFBUser ?>";
Expand Down
2 changes: 1 addition & 1 deletion php/pages/allsites.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="<?=$AppJS?>/pages/allsites.js"></script>
<script src="<?=$jsinc?>/ck-inc/googleearth.js"></script>
<script src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
<script>
google.load("earth", "1");
</script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion php/pages/site.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="<?=$AppJS?>/pages/site.js"></script>
<script src="<?=$jsinc?>/ck-inc/googleearth.js"></script>
<script src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
<script>
google.load("earth", "1");
</script>
</head>
Expand Down

0 comments on commit c29be91

Please sign in to comment.