Fuel\Core\Fuel_Exception [ 0 ]: Could not find asset: assets/themes/admin/css/style.cssWhat is the use of Asset::add_path? please give an example. Many thanks.
\Asset::remove_path('assets/'); \Asset::add_path('assets/admin/');and then just echo \Assets:css('style.css'); try to look here: http://fuelphp.com/docs/classes/asset.html maybe you'll find something useful. good luck!
Jaroslav Petrusevic wrote on 2011-03-28:Hello I think you would need to use smth like this,
for example for the backend.:
\Asset::remove_path('assets/'); \Asset::add_path('assets/admin/');and then just echo \Assets:css('style.css'); try to look here: http://fuelphp.com/docs/classes/asset.html maybe you'll find something useful. good luck!
It looks like you're new here. If you want to get involved, click one of these buttons!