I'm trying to customize Omega theme in Drupal 7.
I want to customize user-login-block, to render this block in "User Bar Second" region; I'm able to move the block in that region, but I want to display the element horizontally.
I have read to create a function named MYTHEME_theme in template.php and create a template file in templates directory named user-login-block.tpl.php.
I have follewed various tutorial and example in internet, but I can't write a php code to fullfilment my needs.
Thanks in advance, Mauro