From b34d7893bf7674a5a6d5b20de8f5aec06514778a Mon Sep 17 00:00:00 2001 From: samerton Date: Tue, 12 Jul 2022 17:41:56 +0100 Subject: [PATCH] Fix author template file --- .../DefaultRevamp/resources/author.tpl | 73 ------------------- upload/modules/Resources/module.php | 2 +- 2 files changed, 1 insertion(+), 74 deletions(-) diff --git a/upload/custom/templates/DefaultRevamp/resources/author.tpl b/upload/custom/templates/DefaultRevamp/resources/author.tpl index b56f4ce..0c12b5f 100644 --- a/upload/custom/templates/DefaultRevamp/resources/author.tpl +++ b/upload/custom/templates/DefaultRevamp/resources/author.tpl @@ -109,77 +109,4 @@ -{include file='footer.tpl'} -
- {$resource.name} {$resource.version} - {if isset($resource.price)} - {$resource.price} {$CURRENCY} - {/if} -
-
-
- {if $resource.short_description} - {$resource.short_description} - {else} - {$resource.description} - {/if} -
{$resource.category} -
- - - - -
- - - - - - -
- {$resource.views}
- {$resource.downloads} - - -
- {$resource.author} -
- {$resource.author} -
{$resource.updated} -
-
-
- - - {/foreach} - - - - {$PAGINATION} - - {else} -

- {$NO_RESOURCES} -

- {/if} - -
- {include file='resources/categories.tpl'} - {if count($WIDGETS_RIGHT)} - {foreach from=$WIDGETS_RIGHT item=widget} - {$widget} - {/foreach} - {/if} -
- - - - - {include file='footer.tpl'} diff --git a/upload/modules/Resources/module.php b/upload/modules/Resources/module.php index bf83da7..28206ad 100644 --- a/upload/modules/Resources/module.php +++ b/upload/modules/Resources/module.php @@ -18,7 +18,7 @@ public function __construct($pages, $language, $resource_language){ $name = 'Resources'; $author = 'Samerton'; - $module_version = '1.7.0'; + $module_version = '1.7.1'; $nameless_version = '2.0.0-pr13'; parent::__construct($this, $name, $author, $module_version, $nameless_version);