Añade nuevo proyecto para el sitio web de PageTop

This commit is contained in:
Manuel Cillero 2022-07-19 19:24:56 +02:00
parent 57fd4c2054
commit 686ec924d1
14 changed files with 57 additions and 20 deletions

View file

@ -8,13 +8,6 @@ impl AppTrait for Drust {
&pagetop_admin::Admin,
&pagetop_user::User,
&pagetop_node::Node,
&pagetop::base::module::demopage::Demopage,
]
}
fn themes(&self) -> Vec<&'static dyn ThemeTrait> {
vec![
&pagetop::base::theme::bulmix::Bulmix,
]
}
}