Closed (works as designed)
Project:
Urban Solice
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 May 2011 at 09:01 UTC
Updated:
31 May 2011 at 16:19 UTC
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
Comment #1
IsaacParke commentedHello,
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.
Comment #2
manuel417 commentedI got the same problem. Running Drupal 7 on Ubuntu 10.04 LTS. Installed via Drupal Web interface.
Comment #3
brentbice commentedThe 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 -
. Lastly, save the block, then add that block to the banner region.
Comment #4
brentbice commented