You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.
kovshenin edited this page Jul 27, 2012
·
2 revisions
If you wanna write a CampTix addon, you should extend the Camptix_Addon class and register your class name with camptix_register_addonbefore init. Addons are loaded by Camptix during init with a priority of 8. See examples in /addons/ for details.