Files
Apaxy/apaxy/theme/footer.html
James Doyle 42ca6f6308 remove jquery dependency
used getElementsByTagName which has support all the way down to IE 5.5
2013-08-02 09:51:39 -04:00

14 lines
480 B
HTML

<div class="block">
You can add your own HTML above or below the directory listing. Simply explore the <code>header.html</code> and <code>footer.html</code> files.
</div><!--/.postlisting-->
</div><!--/.wrapper-->
<div class="footer">
Apaxy by <a href="https://twitter.com/adamwhitcroft">@adamwhitcroft</a>
</div><!--/.footer-->
<script>
// grab the 2nd child and add the parent class. tr:nth-child(2)
document.getElementsByTagName('tr')[1].className = 'parent';
</script>