-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod_dn.php
More file actions
15 lines (11 loc) · 721 Bytes
/
mod_dn.php
File metadata and controls
15 lines (11 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
###################################################################################################
# Display News 4.0.2 - Oct -2025 by bkomraz1@gmail.com
# http://joomlacode.org/gf/project/display_news/
# Based on Display News - Latest 1-3 [07 June 2004] by Rey Gigataras [stingrey] www.stingrey.biz mambo@stingrey.biz
# @ Released under GNU/GPL License : http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
###################################################################################################
defined('_JEXEC') or die('Direct Access to this location is not allowed.');
require_once(dirname(__FILE__) . '/helper.php');
$dn = new modDisplayNewsHelper();
echo $dn->main($params, $module->id);