Skip to content

Instantly share code, notes, and snippets.

@ammaridris
Created February 27, 2024 15:24
Show Gist options
  • Save ammaridris/b383d72421a4c5af526b77fae1028cc2 to your computer and use it in GitHub Desktop.
Save ammaridris/b383d72421a4c5af526b77fae1028cc2 to your computer and use it in GitHub Desktop.
INI_MODULE_PERTAMA_SAYA="This is My First Module"
HARI_INI="Today's date"
<?php defined('_JEXEC') or die('Restricted access'); ?>
<h1><?php echo JText::_( 'INI_MODULE_PERTAMA_SAYA' ); ?></h1>
<?php echo JText::_( 'HARI_INI' ); ?> : <?php echo date('d-M-Y'); ?>
<?xml version="1.0" encoding="UTF-8"?>
<extension type="module" client="site" method="upgrade">
<name>Module Saya</name>
<author>Ammar Idris</author>
<creationDate>February 2024</creationDate>
<copyright>Copyright (C) 2024 Open Source Matters. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>ammar@joomla.my</authorEmail>
<authorUrl>www.ammaridris.com</authorUrl>
<version>1</version>
<description>Module Saya</description>
<files>
<filename module="mod_modulesaya">mod_modulesaya.php</filename>
</files>
<languages folder="language">
<language tag="en-GB">en-GB.mod_modulesaya.ini</language>
<language tag="ms-MY">ms-MY.mod_modulesaya.ini</language>
</languages>
</extension>
INI_MODULE_PERTAMA_SAYA="Ini Module Pertama Saya"
HARI_INI="Tarikh hari ini"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment