PHP Classes

File: list.tag.php

Recommend this page to a friend!
  Packages of Michael Beck   XOOPS Publisher Module   list.tag.php   Download  
File: list.tag.php
Role: Example script
Content type: text/plain
Description: Example script
Class: XOOPS Publisher Module
Publish static HTML content and article with XOOPS
Author: By
Last change: Merge branch 'master' into master
Missing strict types declaration
Date: 7 months ago
Size: 814 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);
/*
 You may not change or alter any portion of this comment or credits
 of supporting developers from this source code or any supporting source code
 which is considered copyrighted (c) material of the original comment or credit authors.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/**
 * @copyright The XUUPS Project http://sourceforge.net/projects/xuups/
 * @license http://www.fsf.org/copyleft/gpl.html GNU public license
 * @since 1.0
 * @author trabis <lusopoemas@gmail.com>
 */

// todo: Check this file
require __DIR__ . '/header.php';
require
$GLOBALS['xoops']->path('modules/tag/list.tag.php');