summaryrefslogtreecommitdiffstats
path: root/tools/droiddoc/templates/footer.cs
blob: bb82c8d269f8ec6eab0169b8d247c95aabe7d258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div id="footer">

<?cs if:reference||guide ?>
  <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 ?>
  <div id="footerlinks">
    <?cs call:custom_footerlinks() ?>
  </div>

</div> <!-- end footer -->