|
|
|
@ -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); |
|
|
|
} |
|
|
|
} |