Create a user login bar in the header

I was trying to follow this tutorial: http://drupal.org/node/92657 and it worked for garland theme. I want to create a loing bar in the header in the drigg theme similar to whats been done in the tutorial. Could someone please tell me how to get this working for the drigg theme ? More specifically where do I enter these to lines of code in the page.tpl in drigg theme :

1. <?php print garland_user_bar() ?><?php print $header; ?>

2. @import "<?php print base_path() . path_to_theme() ?>/user_bar.css";

And what changes need to be made to these for using them with the drigg theme ?