Skip to content

Instantly share code, notes, and snippets.

@halgatewood
Last active May 9, 2017 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halgatewood/8d16aece7e13b396c8e5d40faea3bde2 to your computer and use it in GitHub Desktop.
Save halgatewood/8d16aece7e13b396c8e5d40faea3bde2 to your computer and use it in GitHub Desktop.
Weather:
<?php echo $weather->data['current']['temp']; ?><sup>&deg;</sup>
<?php if($weather->show_icons) { ?><i class="<?php echo $weather->data['current']['icon']; ?>"></i><?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment