Пример #1
0
    protected function renderPostUninstallation($status, $parent)
    {
        ?>
		<h2>Akeeba Backup Uninstallation Status</h2>
		<?php 
        parent::renderPostUninstallation($status, $parent);
    }
Пример #2
0
    protected function renderPostUninstallation($status, $parent)
    {
        ?>
<h2 style="font-size: 14pt; font-weight: black; padding: 0; margin: 0 0 0.5em;">&nbsp;Akeeba Subscriptions Uninstallation</h2>
<p>We are sorry that you decided to uninstall Akeeba Subscriptions. Please let us know why by using the Contact Us form on our site. We appreciate your feedback; it helps us develop better software!</p>

<?php 
        parent::renderPostUninstallation($status, $parent);
    }
    protected function renderPostUninstallation($status, $parent)
    {
        ?>
		<h2>Admin Tools Uninstallation Status</h2>
		<?php 
        parent::renderPostUninstallation($status, $parent);
    }
Пример #4
0
    /**
     * renderPostUninstallation
     *
     * @param   bool        $status  Param
     * @param   JInstaller  $parent  Parent object
     *
     * @return void
     */
    protected function renderPostUninstallation($status, $parent)
    {
        ?>
<h2><?php 
        echo $this->componentTitle;
        ?>
 Uninstallation Status</h2>
<?php 
        parent::renderPostUninstallation($status, $parent);
    }