Building an Application - Got Some Questions

Hello
i am creating my first Application right now. I started it like the App Tutorial showed how to do it, but the new Controller/Page doesn't come up with any Style. All Head Styles and JS are gone. Also the Mainnavigation is missing.
I copied Skeleton and renamed it.
Would be very thankful for some help.
Thanks!
i am creating my first Application right now. I started it like the App Tutorial showed how to do it, but the new Controller/Page doesn't come up with any Style. All Head Styles and JS are gone. Also the Mainnavigation is missing.
I copied Skeleton and renamed it.
Would be very thankful for some help.
Thanks!
0
Comments
$this->AddCssFile('style.css');
In the appcontroller.php is the key!
Thanks!
I am using the theme for this website, and editing it accordingly to fit my own website. The header for this theme is stored in themes/(theme name)/views/default.master.php
This file may be available in other locations, however, for other themes.