As well as getting the Notice: Undefined variable: user_links in include() (line 15 of /usr/share/drupal6/drupal7/sites/all/themes/UrbanSolice/templates/page.tpl.php). like others

It also comes up with
* Notice: Undefined variable: bottom in include() (line 146 of /var/www/ptaweb/sites/all/themes/UrbanSolice/templates/page.tpl.php).
* Notice: Undefined variable: bottom in include() (line 167 of /var/www/ptaweb/sites/all/themes/UrbanSolice/templates/page.tpl.php).

Plus the Regions dont seem to match the screenshot as in it doesnt look like you can mirror what the screenshot looks like :(

Comments

IsaacParke’s picture

Title: Undefined Variables » Home Page Image
Category: bug » support

Hello,

I am new to Drupal and still in the process of learning PHP. Can anybody tell me where I can assign the large image just like it is on the home page of this theme?

Thanks in advance.

manuel417’s picture

I got the same problem. Running Drupal 7 on Ubuntu 10.04 LTS. Installed via Drupal Web interface.

brentbice’s picture

The easiest way to assign an image is to create the banner, uploaded it to the sites>default>files folder. Second, create a block and call the image into the block using standard html - Only local images are allowed.. Lastly, save the block, then add that block to the banner region.

brentbice’s picture

Status: Active » Closed (works as designed)