Pieter
Pieter

Reputation: 2239

Joomla - Displaying an article inside my component

I have a component for Joomla which I need to add an admin editable field to in order to display custom html. This needs to be multi-lingual and my idea is to display and article in the component so that it is easily maintainable.

How would I do that without external plugins? Or, what is a better way of doing it?

Upvotes: 0

Views: 556

Answers (1)

Costis Aivalis
Costis Aivalis

Reputation: 13728

The best way, if you want to avoid php-programming, would be to use Joom!Fish. This way you will have full multi-lingual support.

Upvotes: 0

Related Questions