/appsΒΆ

The apps directory contains information needed for each separate application to function properly:

  • frontend - application for displaying the Topics and reading them
  • backend - administration for creating and editing Topics

Each application is specified by directories:

  • config - configuration
  • i18n - internationalization data, i.e. translations into other languages
  • lib - application-specific extensions of objects, which are available from installed plugins
  • modules - application-specific changes to actions and templates provided by plugins
  • templates - global template

Previous topic

Installation

Next topic

/config

This Page