Changeset 525 for trunk/b2-include/b2functions.php
- Timestamp:
- 11/05/2003 12:44:03 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/b2-include/b2functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2-include/b2functions.php
r514 r525 1275 1275 echo "<meta name=\"ICBM\" content=\"".$lat.", ".$lon."\" >\n"; 1276 1276 echo "<meta name=\"DC.title\" content=\"".convert_chars(strip_tags(get_bloginfo("name")),"unicode")." - ".$title."\">\n"; 1277 echo "<meta name=\"geo.position\" content=\"".$lat.";".$lon."\">\n"; 1277 1278 return; 1278 1279 } … … 1282 1283 echo "<meta name=\"ICBM\" content=\"".$default_geourl_lat.", ".$default_geourl_lon."\" >\n"; 1283 1284 echo "<meta name=\"DC.title\" content=\"".convert_chars(strip_tags(get_bloginfo("name")),"unicode")."\">\n"; 1285 echo "<meta name=\"geo.position\" content=\"".$default_geourl_lat.";".$default_geourl_lon."\">\n"; 1284 1286 } 1285 1287 }
Note: See TracChangeset
for help on using the changeset viewer.