| Current Path : /home/cbequiperp/www/plugins/flexicontent_fields/core/tmpl/modified/ |
| Current File : /home/cbequiperp/www/plugins/flexicontent_fields/core/tmpl/modified/value_default.php |
<?php
// Add prefix / suffix
$field->{$prop} =
$pretext
. JHtml::_( 'date', $item->modified, $dateformat ) .
$posttext;
// Add microdata property
$itemprop = $field->parameters->get('microdata_itemprop', 'dateModified');
if ($itemprop)
{
$field->{$prop} .= '
<meta itemprop="' . $itemprop . '" content="' . $item->modified . '">
';
}