Im looking at user.module in '/httpdocs/modules/user/ ' I cant seem to edit this file. I've made a simple change to the login forms submit button: ( 'submit', '#value' => t('Login')); ) By removing the space between 'Log' and 'In'. But my example site shows no change.
Ive changed the file permissions to 777 on my server but still nothing.
Is it posible to edit this file? If so what am I doing wrong?
I added few icon to my node.tpl and put it in images folder in garland folder.
with the default theme I have no problem but when I change the color just this images will not shown!
everything is fine like the colors
the CSSes are both the same and there is no problem
just the images in image folder will not copy to the garland-814ce3b4
Hello people, is there any way how to change to order how the $links are displayed? I would like to have the "read more" as the first, then the other links. Any solution working in Drupal 5.1? Thanks.
I am currently themeing a Drupal site that is in subdomain of /new as it is a replacement of the current site. I have a couple of hard coded links in the theme and was wondering if there was a simple variable I could use to print the base URL so I wouldn't have to go back in and change everything from /new to "" when the site goes live. I tried $base_url as defined in the settings.php file but it did not work. I've since put my own together in my template.php file but was wondering if a variable already existed that I should be using.