|
|||
|
Code:
Here's my web structure:
App/
/Controllers
/IndexController.php
/AccountController.php
/DataController.php
/Models
/Views
/main.tpl.php
/Index
/index.tpl.php
/Account
/add.tpl.php
/modify.tpl.php
/remove.tpl.php
/Data
/insert.tpl.php
/update.tpl.php
/delete.tpl.php
Lib/
/Zend.php
/Zend
Pub/
/imgs
/main
main_bg.jpg
/styles
/main.css
/scripts
when I execute: http://mysite, the DIV shows with the background image. But when I execute: http://mysite/Data/Insert, the DIV's background is gone. I load that CSS into main.tpl.php using Pub/styles/main.css. I notice that other style such as: Font type, font size, is corect. But not the bg image path. Thanks for any help. |
|
||||
|
Can you post the code?
__________________
Zym Framework - A Zend Framework extension library w/ demo app SpotSec Blog: http://spotsec.com/blog |
![]() |
| Thread Tools | |
| Display Modes | |
|
|