Changed date in footer - #2849
This commit is contained in:
parent
d8dc73f5b7
commit
9a08bd9ea0
|
@ -48,7 +48,7 @@ else{
|
||||||
echo sprintf(__('%s %s - Build %s - MR %s', get_product_name(), $pandora_version, $build_package_version, $config["MR"]));
|
echo sprintf(__('%s %s - Build %s - MR %s', get_product_name(), $pandora_version, $build_package_version, $config["MR"]));
|
||||||
|
|
||||||
echo '</a><br />';
|
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">® '.get_copyright_notice().'</span>';
|
echo '</a><br /><span style="color:#eff">® '.get_copyright_notice().'</span>';
|
||||||
|
|
||||||
if (isset ($config['debug'])) {
|
if (isset ($config['debug'])) {
|
||||||
|
|
Loading…
Reference in New Issue