diff options
author | Robert Ly <robertly@google.com> | 2013-04-18 11:35:16 -0700 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2013-04-18 11:35:16 -0700 |
commit | dbfc4bbc95cf151cc32bcd423db408adcc515bb4 (patch) | |
tree | 2eba796eaa6469e1973ac3c0a86b5c2535157793 /tools/droiddoc/templates-sac | |
parent | a4d2d0ef551f443445a1dffb05f530de32b01fb3 (diff) | |
download | build-dbfc4bbc95cf151cc32bcd423db408adcc515bb4.zip build-dbfc4bbc95cf151cc32bcd423db408adcc515bb4.tar.gz build-dbfc4bbc95cf151cc32bcd423db408adcc515bb4.tar.bz2 |
sac template fixes
Change-Id: I9e3c6b60c1fab71c53408f34d388653e85e6ba30
Diffstat (limited to 'tools/droiddoc/templates-sac')
-rw-r--r-- | tools/droiddoc/templates-sac/customizations.cs | 4 | ||||
-rw-r--r-- | tools/droiddoc/templates-sac/footer.cs | 17 |
2 files changed, 3 insertions, 18 deletions
diff --git a/tools/droiddoc/templates-sac/customizations.cs b/tools/droiddoc/templates-sac/customizations.cs index b5bf126..6bdfe36 100644 --- a/tools/droiddoc/templates-sac/customizations.cs +++ b/tools/droiddoc/templates-sac/customizations.cs @@ -354,9 +354,9 @@ def:custom_copyright() ?> <?cs def:custom_footerlinks() ?> <p> - <a href="<?cs var:toroot ?>about/index.html">About Android</a> | + <a href="<?cs var:toroot ?>source/index.html">About Android</a> | + <a href="<?cs var:toroot ?>source/community/index.html">Community</a> | <a href="<?cs var:toroot ?>legal.html">Legal</a> | - <a href="<?cs var:toroot ?>support.html">Support</a> </p><?cs /def ?> diff --git a/tools/droiddoc/templates-sac/footer.cs b/tools/droiddoc/templates-sac/footer.cs index 20b66a8..6979ca0 100644 --- a/tools/droiddoc/templates-sac/footer.cs +++ b/tools/droiddoc/templates-sac/footer.cs @@ -1,22 +1,7 @@ -<?cs if:!sac ?> <div id="footer" class="wrap" <?cs if:fullpage ?>style="width:940px"<?cs /if ?>> - -<?cs if:reference ?> - <div id="copyright"> - <?cs call:custom_copyright() ?> - </div> - <div id="build_info"> - <?cs call:custom_buildinfo() ?> - </div> -<?cs elif:!hide_license_footer ?> <div id="copyright"> <?cs call:custom_cc_copyright() ?> </div> -<?cs /if ?> -<?cs if:!no_footer_links ?> - <div id="footerlinks"> + <div id="footerlinks"> <?cs call:custom_footerlinks() ?> </div> -<?cs /if ?> -</div> <!-- end footer --> -<?cs /if ?>
\ No newline at end of file |