I was trying out different themes with Drupal and I selected "Bluez" theme as my default theme..
Then I logged out of my Account and againt tried to log into my Administrator account but there was no login option on default home page of "Bluez" theme. I had to run database quries to change my default theme to
"Bartik" !!
Can anyone tell me how do I add default user login fields to my "Bluez" theme homepage?
Hello,
I was trying to add the css class name "pull-right" inside the <img /> tag using theme_image() function override inside the template.php file. But, could not do it.
I am not willing to wrap the image of my Node, inside any additional <div> and and placing the css class there.
So, the final output will be something like: <img width="301" height="285" class="pull-right" alt="" src="sites/all/themes/mythemename/img/about-img.png" />