Closed (fixed)
Project:
Virtual Sites
Version:
6.x-1.3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2009 at 16:49 UTC
Updated:
7 Mar 2015 at 14:34 UTC
Jump to comment: Most recent
Comments
Comment #1
rjaeger commentedtry to add this line in template.php of your theme i.e. in function garland_preprocess_page(&$vars)
Comment #2
adamps commentedThe variables module assumes you know a bit about Drupal variables, and if not you might find it hard going.
Logo is actually a theme setting (logo_path), not a variable. Here are a couple of examples of variables:
site_name = My alternate site name
site_frontpage = home-page
(2nd one is the URL of a page)
Variables are always something that is global to the site. You can pick them variable name out of a configuration page using something like Firebug in your browser. Or if you have drush installed, type "drush vget" to see all the variables.