Azeri
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
vhosts
/
chipionatv.com
/
httpdocs
/
modules
/
mod_image_show_gk4
/
admin
/
elements
/
Filename :
lastmod.php
back
Copy
<?php defined('JPATH_BASE') or die; jimport('joomla.form.formfield'); class JFormFieldLastmod extends JFormField { protected $type = 'Lastmod'; protected function getLabel() { return ''; } protected function getInput() { return '<input type="text" name="'.$this->name.'" id="'.$this->id.'" value="'.time().'" />'; } }