twols Posted August 7, 2016 Posted August 7, 2016 Hello! Is there any way to specify module dependecies for templates? If I'm using some modules in the template, I would like to notify the user of missing modules..
adrian Posted August 7, 2016 Posted August 7, 2016 You can do a $modules->isInstalled("ModuleClassName") check in the template file and do your own error / notification handling. 7
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now