To use eBackup for Joomla include these lines at the end (before body tag ends) in your template
<?php
if (file_exists($mosConfig_absolute_path."/components/com_ebackup/ebackup.php")){
echo "<img src=\"".$mosConfig_live_site."/index2.php?option=com_ebackup\" width=\"0\" height=\"0\" alt=\"\" />\n";
}
?>
To use eBackup for Joomla include these lines at the end (before body tag ends) in your template
<?php
if (file_exists($mosConfig_absolute_path."/components/com_ebackup/ebackup.php")){
echo "<img src=\"".$mosConfig_live_site."/index2.php?option=com_ebackup\" width=\"0\" height=\"0\" alt=\"\" />\n";
}
?>
Bene non ho alcun errore ma... non è cambiato nulla.... Dove ho sbagliato ? ???