//Layout Settings
layoutSettings = {
defaultLayout = “default.cfm”
};
//Register Layouts
layouts = [
{ name = “Welcome”,
file = “Welcome.cfm”
},
{ name = “admin”,
file = “admin.cfm”,
folders = “^admin”
}
];
What am I doing wrong here?
I have a few handlers that all start with admin and they do not show the admin.cfm layout.