Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbfc4bbc authored by Robert Ly's avatar Robert Ly
Browse files

sac template fixes

Change-Id: I9e3c6b60c1fab71c53408f34d388653e85e6ba30
parent a4d2d0ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -354,9 +354,9 @@ def:custom_copyright() ?>
<?cs 
def:custom_footerlinks() ?>
  <p>
    <a href="<?cs var:toroot ?>about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp;
    <a href="<?cs var:toroot ?>source/index.html">About Android</a>&nbsp;&nbsp;|&nbsp;
    <a href="<?cs var:toroot ?>source/community/index.html">Community</a>&nbsp;&nbsp;|&nbsp;
    <a href="<?cs var:toroot ?>legal.html">Legal</a>&nbsp;&nbsp;|&nbsp;
    <a href="<?cs var:toroot ?>support.html">Support</a>
  </p><?cs 
/def ?>

+1 −16
Original line number Diff line number Diff line
<?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">
    <?cs call:custom_footerlinks() ?>
  </div>
<?cs /if ?>
</div> <!-- end footer -->
<?cs /if ?>
 No newline at end of file