blob: f9a6df0259f78547e98f210aa6447f5e649b9946 [file] [log] [blame]
Scott Maine4d8f1b2012-06-21 18:03:05 -07001<div id="footer" class="wrap" <?cs if:fullpage ?>style="width:940px"<?cs /if ?>>
2
The Android Open Source Project88b60792009-03-03 19:28:42 -08003<?cs if:reference||guide ?>
4 <div id="copyright">
5 <?cs call:custom_copyright() ?>
6 </div>
7 <div id="build_info">
8 <?cs call:custom_buildinfo() ?>
9 </div>
10<?cs elif:!hide_license_footer ?>
11 <div id="copyright">
12 <?cs call:custom_cc_copyright() ?>
13 </div>
14<?cs /if ?>
Scott Maine4d8f1b2012-06-21 18:03:05 -070015<?cs if:!no_footer_links ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -080016 <div id="footerlinks">
17 <?cs call:custom_footerlinks() ?>
18 </div>
Scott Maine4d8f1b2012-06-21 18:03:05 -070019<?cs /if ?>
20</div> <!-- end footer -->