Skip to content

Commit

Permalink
Typo Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CogDog authored and CogDog committed Sep 4, 2013
1 parent 8713b83 commit 8c64949
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 102 deletions.
19 changes: 2 additions & 17 deletions footer.inc
Expand Up @@ -59,21 +59,6 @@
<div id="copyright">

<?php echo $my_title?>: http://<?php echo "{$_SERVER['SERVER_NAME']}{$_SERVER['PHP_SELF']}"; if ($_SERVER['QUERY_STRING']) echo '?' . $_SERVER['QUERY_STRING']?><br>
<a href="http://web.nmc.org/5cardstory">five card flickr</a> is a <a href="http://cogdogblog.com/">CogDogBlog</a> production | web design based on <a href="http://www.oswd.org/design/preview/id/3364">Chary</a> by <a href="http://www.nikhedonia.com/" title="SimplyGold">Sadhana Ganapathiraju</a>
<a href="http://5card.cogdogblog.com/">five card flickr</a> is a <a href="http://cogdogblog.com/">CogDogBlog</a> production | web design based on <a href="http://www.oswd.org/design/preview/id/3364">Chary</a> by <a href="http://www.nikhedonia.com/" title="SimplyGold">Sadhana Ganapathiraju</a>

</div>


<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29227240-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</div>
14 changes: 1 addition & 13 deletions nav.inc
Expand Up @@ -28,21 +28,9 @@
?>
</ul>
</li>

<li><a href="prompts.php">Prompts</a>

<ul>
<li><a href="prompts.php?suit=5card">Five Card Flickr</a></li>
<li><a href="prompts.php?suit=etmooc">#etmooc</a></li>
<li><a href="prompts.php?suit=tdc">The Daily Create</a></li>

</ul>


</li>

<li><a href="random.php">Random Story</a></li>
<li><a href="http://code.google.com/p/fivecardflickr/">Source Code</a></li>
<li><a href="http://chttps://github.com/cogdog/5cardflickr">Source Code</a></li>


<?php if (GTRANSKEY !='') : // display google translation menu?>
Expand Down
2 changes: 1 addition & 1 deletion play.php
Expand Up @@ -75,7 +75,7 @@
// blank user name error check
if ( $_POST['title'] == '') {
$errors++;
$error_message .= '<li>Please a title for your story.</li>';
$error_message .= '<li>Please include a title for your story.</li>';
}

if ( $_POST['name'] == '') {
Expand Down
71 changes: 0 additions & 71 deletions prompts.php

This file was deleted.

0 comments on commit 8c64949

Please sign in to comment.