From: Steve Sutton Date: Thu, 7 Jan 2016 21:17:23 +0000 (-0500) Subject: Update theme for proxy files X-Git-Tag: v1.1.0^2~15 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=8e70422308c131ada660acebf1825fd7fb43225e;p=WP-Themes%2Fkeweenaw.git Update theme for proxy files Getting the navigation from the live keweenaw site. --- diff --git a/assets/block-img-1.jpeg b/assets/block-img-1.jpeg new file mode 100644 index 0000000..007c1fa Binary files /dev/null and b/assets/block-img-1.jpeg differ diff --git a/assets/block-img-2.jpeg b/assets/block-img-2.jpeg new file mode 100644 index 0000000..a96c1c6 Binary files /dev/null and b/assets/block-img-2.jpeg differ diff --git a/functions.php b/functions.php index bef0cd2..91e4e23 100644 --- a/functions.php +++ b/functions.php @@ -75,6 +75,25 @@ function glm_site_scripts() } +function keweenaw_get_season() +{ + // create curl resource + $ch = curl_init(); + + // set url + curl_setopt($ch, CURLOPT_URL, "http://www.keweenaw.info/season.php"); + + //return the transfer as a string + curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); + + // $output contains the output string + $output = curl_exec($ch); + + // close curl resource to free up system resources + curl_close($ch); + return $output; +} + /* Header for posts*/ function glm_get_header() { diff --git a/header.php b/header.php index fbd1cee..8b1481f 100644 --- a/header.php +++ b/header.php @@ -11,7 +11,7 @@ - + @@ -61,7 +61,7 @@
- +
@@ -69,7 +69,7 @@

Objibwa for “to portage”, Keweenaw's name is attributed to the route the natives used when paddling birch bark canoes. The Keweenaw Peninsula is technically an island, separated from the rest of the UP by the Portage Canal at it's sister cities of Houghton and Hancock (50 miles south of Copper Harbor).

- +