9 Cadline-only components (no public upstream): showroom, albanner, alworkshops, followedlinks, nonprofit, presentation, project, tcexam, versions. Vetted live files. Signed-off-by: LÁZÁR Imre <imre@illusion.hu> Assisted-by: claude-code@claude-opus-4-8
9 lines
212 B
PHP
9 lines
212 B
PHP
<?php
|
|
defined('_JEXEC') or die; // No direct access to this file
|
|
|
|
jimport('joomla.application.component.controller'); // import Joomla controller library
|
|
|
|
class NonprofitController extends JControllerLegacy
|
|
{
|
|
}
|