Results 1 to 3 of 3

Thread: php in module contao 3

  1. #1
    New user
    Join Date
    11-18-12.
    Posts
    24

    Default php in module contao 3

    Hi,

    I need to put php code into a module.

    Does anyone know how I can do it?

    Thanks
    Consultor y Formador SEO
    http://www.seosemprofesional.com

  2. #2
    User
    Join Date
    06-20-09.
    Posts
    115

    Default Re: php in module contao 3

    I've never done it but I think this is maybe what you want

    The following Insert Tags allow you to include various resources like articles, modules or files from the "templates" directoy:

    {{file::*}}

    This tag will be replaced with the content of a file from the "templates" directory (replace * with the file name). You can also provide arguments: `{{file::file.php?arg1=val&arg2=val}}`.
    https://contao.org/en/manual/3.0/managi ... e-elements
    geung

  3. #3
    New user
    Join Date
    11-18-12.
    Posts
    24

    Default Re: php in module contao 3

    Hi geung,

    It works perfect.

    Thanks
    Consultor y Formador SEO
    http://www.seosemprofesional.com

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •