Re: Add admin bar in all Themes
Every theme is written differently. Generally speaking it should be located in footer.php.
From the default Kubrick theme’s footer.php we have:
<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
<?php /* "Just what do you think you're doing Dave?" */ ?>
<?php wp_footer(); ?>
</body>
</html>