diff --git a/view/about.php b/view/about.php index 236d554b3..074087dd1 100644 --- a/view/about.php +++ b/view/about.php @@ -1,85 +1,79 @@ <?php echo __("About") . getSEOComplement() . $config->getPageTitleSeparator() . $config->getWebSiteTitle(); ?>
getAbout(); } if (empty($custom)) { ?>

-
- - - - -
getVersion()); ?>
: ()
diff --git a/view/include/footer.php b/view/include/footer.php index 0dfd23939..6e550b492 100644 --- a/view/include/footer.php +++ b/view/include/footer.php @@ -1,159 +1,156 @@ " . __('You have a new version to install') . "', showHideTransition: 'plain', icon: 'error', hideAfter: 20000 });"; //$footerjs .= 'var filesToUpdate='.json_encode($fileUpdates).';'; } if (empty($advancedCustom)) { $advancedCustom = AVideoPlugin::getObjectData("CustomizeAdvanced"); } ?>
"; } if (!empty($advancedCustom->footerHTMLCode->value)) { echo $advancedCustom->footerHTMLCode->value; } if(isFirstPage()){ echo ''; } ?> \ No newline at end of file