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}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {$resource.views}
- {$resource.downloads}
- |
-
-
- |
-
- {/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);