Hi,
i am testing a little bit with omega 4, drush and sass. Now, i want to generate a new layout for my theme. So i have it in
theme/layouts/layoutname and the css files i´ve got in sass/layouts/layoutname - i also want to us the variables (theme/sass/variables/) in the layoutname.layout.scss - file, so i imported @import "../../variables/**/*". But i got the error:
sass/layouts/layoutname/layoutname.layout.scss (Line 1 of *: File to import not found or unreadable: ../../variables/_colors.scss.
Hi,
I have a custom template file I'm using for a page.
Say the page is www.mydomain.com/hello-world
The content of this page is taken from a template file called hello-world.tpl.php
Now I need to have a variable prepared in advance for that page, so I took a look at how core modules achieve this and tried to implement in the same way, only the variables are always null..
What are the needed variables that I need to work with to make the edit tabs and configuration gears appear in my new theme? I think I don't have the correct variables in page.tpl.php . Where can I find a good tutorial that would show me the needed steps to place the edit tabs and gear icons on my content?