- Changed page title to show "Android open source"

- Changed Tab name to "Dev Guide"
This commit is contained in:
Gaurav Mathur
2009-06-12 13:47:16 -07:00
parent e05806cc15
commit a0deb0fb7f
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ def:custom_masthead() ?>
elif:publish ?> <?cs
elif:about ?> <?cs /if ?>">
<li id="guide-link"><a href="<?cs var:toroot ?>guide/index.html"
onClick="return loadLast('guide)'"><span>Porting Guide</span></a></li>
onClick="return loadLast('guide)'"><span>Dev Guide</span></a></li>
<li id="opensource-link"><a href="http://source.android.com/"
onClick="return loadLast('open')"><span>Open Source</span></a></li>
</ul>

View File

@@ -7,7 +7,7 @@
if:sdk.version ?> (<?cs
var:sdk.version ?>)<?cs
/if ?> | <?cs
/if ?>Android Developers</title>
/if ?>Android Open Source</title>
<link href="<?cs var:toroot ?>assets/android-developer-docs-devguide.css" rel="stylesheet" type="text/css" />
<link href="<?cs var:toroot ?>assets-pdk/pdk-local.css" rel="stylesheet" type="text/css" />
<script src="<?cs var:toroot ?>assets/search_autocomplete.js" type="text/javascript"></script>