Skip to content

Instantly share code, notes, and snippets.

@Blair2004
Last active March 22, 2018 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Blair2004/916e3525f37bc0f3f307b241b781deff to your computer and use it in GitHub Desktop.
Save Blair2004/916e3525f37bc0f3f307b241b781deff to your computer and use it in GitHub Desktop.
Tendoo CMS module config file
<?xml version="1.0"?>
<application>
<namespace>my_namespace</namespace>
<name>My Module</name>
<description>My module description</description>
<version>1.0</version>
<main>entry.php</main>
<language>language/</language>
<dependencies>
<module namespace="somemodule">Module Name</module>
</dependencies>
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment