Welcome, Guest. Register Now!
   
Mark Forums Read Mark Forums Read Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-06-2008, 05:24 PM
Junior Member
 
Join Date: Jul 2008
Posts: 1
Default Action shows content without stylesheet etc

Hi!
I have a big problem with ZF. I have a IndexController with a IndexAction and a TestAction. My Layout it done with (bootstrap file):

PHP Code:
$options = array(
        
'layout'=>'layout',
        
'layoutContent'=>'../application/views/scripts',
        
'contentKey'=>'content');
Zend_Layout::startMvc($options); 
In my menu I have a link to the TestAction in my IndexController: <a href="index/test"> which will call the Action correctly but then its messing up the directory and giving me a page without stylesheet and graphics (bc it changed into the sub directory index, which doesnt even exist)

Can anyone tell me what I am doing wrong?
Screenshot
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:57 PM.