PHP Classes

File: htdocs/modules/system/themes/transition/language/english/localsupport.php

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/system/themes/transition/language/english/localsupport.php   Download  
File: htdocs/modules/system/themes/transition/language/english/localsupport.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 862 bytes
 

Contents

Class file image Download
<?php
//

$menu = array();

// sample for English support
/*
$menu[] = array(
    'link' => 'http://www.xoops.org',
    'title' => 'XOOPS',
    'absolute' => 1,
    'icon' => XOOPS_ADMINTHEME_URL . '/default/images/xoops.png'
);

$menu[] = array(
    'link' => 'http://www.xoops.org',
    'title' => 'XOOPS',
    'absolute' => 1,
    'icon' => XOOPS_ADMINTHEME_URL . '/default/images/xoops.png'
);

$menu[] = array(
    'link' => 'http://www.xoops.org/modules/library/',
    'title' => _AD_XOOPSTHEMES,
    'absolute' => 1,
    'icon' => XOOPS_ADMINTHEME_URL . '/default/images/tweb.png'
);

$menu[] = array(
    'link' => 'https://github.com/XoopsModules25x',
    'title' => _AD_XOOPSMODULES,
    'absolute' => 1,
    'icon' => XOOPS_ADMINTHEME_URL . '/default/images/xoops.png'
);
*/

return $menu;