Open hbaragar opened 10 years ago
When hobo g front_controller admin::front is run, it generates the file app/views/admin/front/index.dryml which contains the following line:
hobo g front_controller admin::front
app/views/admin/front/index.dryml
To customise this page: edit app/views/front/index.dryml
The line should read:
To customise this page: edit app/views/admin/front/index.dryml
which adds the subsite directory to the path.
Right, thanks!
When
hobo g front_controller admin::front
is run, it generates the fileapp/views/admin/front/index.dryml
which contains the following line:The line should read:
which adds the subsite directory to the path.