themes

Windows 7 Aero theme

Hi, I've already check stackoverflow and the web for my problem, but I can't find any answer. I can't find a way to have the Windows 7 Aero theme working. I mean, I have the Aero style from PresentationFramework.Aero, but it has the Vista look, the blue selection is not exactly the same. This is the Windows 7 theme in Windows Explorer...

Animated Themes for Windows XP

How do I create an animated theme for windows XP? I know how to create normal themes, but can't seem to find anythoing on adding animation. This is what I need: The Start menu should be themed like an iPhone, so I slide to lock/unlock the start menu. Any ideas? ...

Variables not carrying over to included file in different directory

So, I have a Wordpress theme. In the functions.php file, I'm writing a function that looks something like this: function my_function(){ $var1 = 'apple'; $var2 = 'orange'; include get_bloginfo('stylesheet_directory').'/lib/fruits.php'; } And the fruits.php file looks like this: <?php echo "My brother's favorite fruit i...

Why is Drupal not aware of my template file?

Hi there, this is a question how to override themable items in Drupal 6. According to the book "Pro Drupal Development", we can override themable items in two ways: overriding via Theme functions overriding via Template files So for example, in order to reformat the breadcrumb, I can: via function theme_breadcrumb($breadcrumb) v...

Problem Styling SL Toolkit Accordion with Jetpack Theme

I am trying to use the newly released Jetpack theme for a Silverlight 4 application. TabControl and buttons style nicely, but I cannot get the Accordion control to pick up the Jetpack style. I have created a default 'Silverlight Navigation (JetPack Theme)' VS project and added the following definitions to the XAML file xmlns:sdk="http:...