Skip to content

Commit

Permalink
made clock link rel path
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaraShopsin committed May 29, 2012
1 parent 0dcade9 commit c255afd
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion guidepage.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

get_header(); ?>
<div id="header3">
<a href="http://opencounter.org">
<a href="<?php echo get_settings('home'); ?>">
<canvas id="clockcanvas" width="50" height="50"></canvas>
</a>

Expand Down
4 changes: 1 addition & 3 deletions home.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@


<div class="alignright">
<<<<<<< HEAD

<?php next_link(); ?>
=======
<?php next_link(); ?>
>>>>>>> fixed link
</div>


Expand Down
2 changes: 1 addition & 1 deletion homeoccapplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

get_header(); ?>
<div id="header3">
<a href="http://opencounter.org">
<a href="<?php echo get_settings('home'); ?>">
<canvas id="clockcanvas" width="50" height="50"></canvas>
</a>

Expand Down
2 changes: 1 addition & 1 deletion lastpage.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

get_header(); ?>
<div id="header3">
<a href="http://opencounter.org">
<a href="<?php echo get_settings('home'); ?>">
<canvas id="clockcanvas" width="50" height="50"></canvas>
</a>

Expand Down
2 changes: 1 addition & 1 deletion map.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

get_header(); ?>
<div id="header3">
<a href="http://opencounter.org">
<a href="<?php echo get_settings('home'); ?>">
<canvas id="clockcanvas" width="50" height="50"></canvas>
</a>

Expand Down
2 changes: 1 addition & 1 deletion nonav.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

get_header(); ?>
<div id="header3">
<a href="http://opencounter.org">
<a href="<?php echo get_settings('home'); ?>">
<canvas id="clockcanvas" width="50" height="50"></canvas>
</a>

Expand Down
2 changes: 1 addition & 1 deletion page.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

get_header(); ?>
<div id="header3">
<a href="http://opencounter.org">
<a href="<?php echo get_settings('home'); ?>">
<canvas id="clockcanvas" width="50" height="50">
<img src="http://opencounter.org/wp-content/uploads/2012/04/clockbig2.png"/>
</canvas>
Expand Down
2 changes: 1 addition & 1 deletion planquery.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

get_header(); ?>
<div id="header3">
<a href="http://opencounter.org">
<a href="<?php echo get_settings('home'); ?>">
<canvas id="clockcanvas" width="50" height="50"></canvas>
</a>

Expand Down

0 comments on commit c255afd

Please sign in to comment.