merge clock

This commit is contained in:
Karl Hudgell 2015-07-02 19:41:27 +01:00
parent cbe6bb4719
commit 9fa8825946

View File

@ -31,7 +31,7 @@ indicateSelected(formref.switchcontrol)
<?php
if (isset($_POST['color'])) {$color = $_POST['color'];}
else {$color = '#021AB0';}
require "clock.php"
require "feeds.php";
?>