Remove droiddoc/templates dir in favor of templates-sdk, move Android-specific assets to templates-sdk, add copies to templates-pdk as workaround.

Change-Id: Iad7d0f1955e5731ee9cebb8828a45bf3c297417b
This commit is contained in:
Dirk Dougherty
2010-08-25 15:07:39 -07:00
parent 36aa8c3798
commit d77248ac7e
198 changed files with 2785 additions and 20 deletions

View File

@@ -0,0 +1,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 -->