Child pages
  • Using helpers to overload a back-office template

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • admin/themes/default/template/helpers/type_of_the_helper/: templates that are directly called by helpers if there is no template overloading.
  • admin/themes/default/template/controllers/name_of_the_controller/: templates that are directly overloaded by a controler.
  • override/controllers/admin/templatetemplates/name_of_the_controller/: overloading folder for templates that already exist in admin/themes/default/template/controllers/name_of_the_controller/

...