Browse Source

Remove rel=author

pull/4/head
Mohamad Fahmi 12 years ago
parent
commit
fa9a91bfa9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      system/includes/functions.php

+ 2
- 2
system/includes/functions.php View File

@ -750,7 +750,7 @@ function social(){
}
if (!empty($google)) {
echo '<a href="' . $google . '" target="_blank" rel="author"><img src="' . site_url() . 'themes/default/img/googleplus.png" width="32" height="32" alt="Google+"/></a>';
echo '<a href="' . $google . '" target="_blank"><img src="' . site_url() . 'themes/default/img/googleplus.png" width="32" height="32" alt="Google+"/></a>';
}
if (!empty($tumblr)) {
@ -883,4 +883,4 @@ function generate_rss($posts){
// Turn an array of posts into a JSON
function generate_json($posts){
return json_encode($posts);
}
}

Loading…
Cancel
Save