Changed date in footer - #2849

This commit is contained in:
tatiana.llorente@artica.es 2018-10-09 17:26:24 +02:00
parent d8dc73f5b7
commit 9a08bd9ea0
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ else{
echo sprintf(__('%s %s - Build %s - MR %s', get_product_name(), $pandora_version, $build_package_version, $config["MR"]));
echo '</a><br />';
echo '<a class="white footer">'. __('Page generated at') . ' '. date('F j, Y h:i a'); //Always use timestamp here
echo '<a class="white footer">'. __('Page generated at') . ' '. date($config["date_format"]);
echo '</a><br /><span style="color:#eff">&reg; '.get_copyright_notice().'</span>';
if (isset ($config['debug'])) {