Hi,
I have created a module. It appears in admin panel. when i click that module name the url is like localhost/myfolder/fuel/controllername. this throws an error namely module does not exist. When I give my controller name such as localhost/myfolder/controllername it works fine. can u pls help me to remove Fuel/ ehat appends when i click module name from admin panel?
Comments
http://docs.getfuelcms.com/modules/advanced
Now i m facing another issue. please let me know how to include css file of an asset folder that is inside a custom module. It takes the default path(localhost/foldername/assets) and says as file not found. But it must take localhost/folder/modules/mymodule/assets. Please help
For the front end, there is a second parameter you can pass in the css function which will tell it to load from a different module:
<?=css('my_css', 'my_module')?>