Compare commits
No commits in common. "2058f14c391db215c145d6332fd825658998bc9d" and "f1994c095d8b4c5f356d5b95bd4591585f2f56e5" have entirely different histories.
2058f14c39
...
f1994c095d
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$config = [
|
$config = [
|
||||||
'page_title' => 'Route 8 - Stow' //html page title
|
'page_title' => 'Route 8 - Stow' //html page title
|
||||||
];
|
];
|
||||||
|
|
@ -12,7 +11,4 @@ $camList = [ //list of cam titles and urls - currently must be 6
|
||||||
['Barlow Rd', 'https://itscameras.dot.state.oh.us/images/CLE/CLE044-L.jpg'],
|
['Barlow Rd', 'https://itscameras.dot.state.oh.us/images/CLE/CLE044-L.jpg'],
|
||||||
['SR 303', 'https://itscameras.dot.state.oh.us/images/CLE/CLE013-L.jpg']
|
['SR 303', 'https://itscameras.dot.state.oh.us/images/CLE/CLE013-L.jpg']
|
||||||
];
|
];
|
||||||
|
|
||||||
$analytics_id = "f555d43e-3a6b-4960-b356-e389fb67dbac"; //for use with ping.ericfawcett.com
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
@ -12,7 +12,6 @@ require("config.php");
|
||||||
var camList = <?=json_encode($camList, JSON_UNESCAPED_SLASHES);?>;
|
var camList = <?=json_encode($camList, JSON_UNESCAPED_SLASHES);?>;
|
||||||
</script>
|
</script>
|
||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
<?=($analytics_id != '') ? "<script async src='https://ping.ericfawcett.com/pong.js' data-ackee-server='https://ping.ericfawcett.com' data-ackee-domain-id='$analytics_id'></script>":''; ?>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="grid-container">
|
<div class="grid-container">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue