Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #24 from nooku/feature/23-hathor
Browse files Browse the repository at this point in the history
Remove hathor administrator template
  • Loading branch information
johanjanssens committed May 25, 2015
2 parents b1a58ff + 3909d5a commit 11ccbbf
Show file tree
Hide file tree
Showing 564 changed files with 6 additions and 31,828 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ phpdoc-*

# Patch Tester
administrator/components/com_patchtester/
administrator/templates/hathor/html/com_patchtester
components/com_patchtester/

4 changes: 0 additions & 4 deletions administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ protected function updateManifestCaches()

// Templates
$extensions[] = array('template', 'beez3', '', 0);
$extensions[] = array('template', 'hathor', '', 1);
$extensions[] = array('template', 'protostar', '', 0);
$extensions[] = array('template', 'isis', '', 1);

Expand Down Expand Up @@ -362,9 +361,6 @@ public function deleteUnexistingFiles()
'/administrator/includes/router.php',
'/administrator/manifests/packages/pkg_joomla.xml',
'/administrator/modules/mod_submenu/helper.php',
'/administrator/templates/hathor/css/ie6.css',
'/administrator/templates/hathor/html/mod_submenu/index.html',
'/administrator/templates/hathor/html/mod_submenu/default.php',
'/components/com_media/controller.php',
'/components/com_media/helpers/index.html',
'/components/com_media/helpers/media.php',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,15 +213,6 @@ protected function addToolbar()
}
}

// Add a copy template button (Hathor override doesn't need the button)
if ($app->getTemplate() != 'hathor')
{
if ($showButton)
{
JToolbarHelper::modal('collapseModal', 'icon-copy', 'COM_TEMPLATES_BUTTON_COPY_TEMPLATE');
}
}

// Add a Template preview button
if ($this->preview->client_id == 0)
{
Expand All @@ -240,15 +231,6 @@ protected function addToolbar()
JToolbarHelper::modal('fileModal', 'icon-file', 'COM_TEMPLATES_BUTTON_FILE');
}

// Add a Rename file Button (Hathor override doesn't need the button)
if ($app->getTemplate() != 'hathor')
{
if ($showButton && $this->type != 'home')
{
JToolbarHelper::modal('renameModal', 'icon-refresh', 'COM_TEMPLATES_BUTTON_RENAME_FILE');
}
}

// Add a Delete file Button
if ($showButton && $this->type != 'home')
{
Expand Down
2 changes: 0 additions & 2 deletions administrator/language/en-GB/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@
<filename>en-GB.plg_user_joomla.sys.ini</filename>
<filename>en-GB.plg_user_profile.ini</filename>
<filename>en-GB.plg_user_profile.sys.ini</filename>
<filename>en-GB.tpl_hathor.ini</filename>
<filename>en-GB.tpl_hathor.sys.ini</filename>
<filename>en-GB.tpl_isis.ini</filename>
<filename>en-GB.tpl_isis.sys.ini</filename>
<filename>index.html</filename>
Expand Down
340 changes: 0 additions & 340 deletions administrator/templates/hathor/LICENSE.txt

This file was deleted.

98 changes: 0 additions & 98 deletions administrator/templates/hathor/component.php

This file was deleted.

159 changes: 0 additions & 159 deletions administrator/templates/hathor/cpanel.php

This file was deleted.

18 changes: 0 additions & 18 deletions administrator/templates/hathor/css/boldtext.css

This file was deleted.

Loading

0 comments on commit 11ccbbf

Please sign in to comment.