Re: Midcom - Newbie question
"Piotras" <pp-VVDi8QVAvoBWk0Htik3J/[email protected]> Sun, 18 Dec 2005 20:58:13 +0100 (CET)
| Newsgroups | gmane.comp.web.midgard.user |
|---|---|
| Message-ID | <[email protected]> |
> I am trying to include some external php in midcom, but somehow don't get it...
> It used to be quite easy with aegir, but since i'm kind of new to midcom i din't
> know where to put the include-statement.
> Here is what i did:
> - - Create a new topic
> - - chose de.linkm.taviewer as Component for that ( all other components didnt seem
> to "fit")
> - - tried to add <? include('/path/to/external/file.php'); ?> somewhere but didnt
> find the right place..
Include this is code-compat page element.
This one is only one user defined for anything which should be done before ROOT
element is parsed.
Or include it in style element.
Piotras