Skip to content

Commit

Permalink
Removed old templates completly.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtronics committed Dec 11, 2016
1 parent 49202f3 commit 9504fde
Show file tree
Hide file tree
Showing 62 changed files with 1 addition and 5,332 deletions.
2 changes: 1 addition & 1 deletion system_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function build_theme_loop()
foreach ($directories as $directory)
{
$name = str_ireplace(BASE.'/templates/', '', $directory);
if ($name != 'custom_css')
if ($name != 'custom_css' && $name != 'fonts')
$loop[] = array('value' => $name, 'text' => $name, 'selected' => ($name == $config['html']['theme']));
}

Expand Down
93 changes: 0 additions & 93 deletions templates/nextgen/edit_part_info.php/vlib_orderdetails.tmpl

This file was deleted.

11 changes: 0 additions & 11 deletions templates/nextgen/install.php/vlib_finish.tmpl

This file was deleted.

25 changes: 0 additions & 25 deletions templates/nextgen/install.php/vlib_header.tmpl

This file was deleted.

25 changes: 0 additions & 25 deletions templates/nextgen/install.php/vlib_set_admin_password.tmpl

This file was deleted.

38 changes: 0 additions & 38 deletions templates/nextgen/install.php/vlib_set_db_backup_path.tmpl

This file was deleted.

74 changes: 0 additions & 74 deletions templates/nextgen/install.php/vlib_set_db_settings.tmpl

This file was deleted.

38 changes: 0 additions & 38 deletions templates/nextgen/install.php/vlib_set_locales.tmpl

This file was deleted.

Loading

0 comments on commit 9504fde

Please sign in to comment.