Just made a new theme for a client and the variables don't work in it...for example I write $left and nothing comes up. I just have empty variables. It works fine on my local machine. What could possible be the problem here?

Comments

Jeff Burnz’s picture

Who knows - you really need to elaborate a bit...

Maybe you have added some regons the .info file but failed to declar the defaults as well?
Maybe you made a typo in your php?
Maybe you havent even set any blocks or content for those regions?

Regions dont print anything unless you tell them to.

tsega’s picture

I have done all of that, it works just fine on my local computer, but I tried to host it, all the variables that I have used in my the such as $base_path, $directory etc are not working. What shall I do? Could it be, file access problems, I mean file permissions?