diff --git a/modules/addon/tpl/addon_info.html b/modules/addon/tpl/addon_info.html index 24b731c32..97441a3cd 100644 --- a/modules/addon/tpl/addon_info.html +++ b/modules/addon/tpl/addon_info.html @@ -8,7 +8,6 @@
{$lang->title}
{$addon_info->title} ver. {$addon_info->version} -
{$lang->author}
@@ -16,7 +15,7 @@ {$author->name} ({$author->homepage}, {$author->email_address})
- +
{$lang->homepage}
diff --git a/modules/admin/tpl/index.html b/modules/admin/tpl/index.html index be488a4d2..35b4d1349 100644 --- a/modules/admin/tpl/index.html +++ b/modules/admin/tpl/index.html @@ -61,7 +61,7 @@ {$val->version} - {$author->name} + {$author->name} diff --git a/modules/editor/tpl/view_component.html b/modules/editor/tpl/view_component.html index 2fa04cc03..c8bd80c0c 100644 --- a/modules/editor/tpl/view_component.html +++ b/modules/editor/tpl/view_component.html @@ -11,31 +11,33 @@
{$lang->component_author}
- {$author->name} ({$author->homepage}, {$author->email_address})
+ {$author->name} ({$author->homepage}, {$author->email_address})
+
{$lang->homepage}
- {$component->homepage}  - + {$component->homepage} +
{$lang->regdate}
{zdate(str_replace('-',"",$component->date), 'Y-m-d')} +
{$lang->component_license}
{nl2br(trim($component->license))} - +

{$component->license_link}

-   - + +
{$lang->component_description}
{nl2br(trim($component->description))} - + diff --git a/modules/module/tpl/module_info.html b/modules/module/tpl/module_info.html index 11f672569..34181d1ad 100644 --- a/modules/module/tpl/module_info.html +++ b/modules/module/tpl/module_info.html @@ -13,7 +13,7 @@
{$lang->author}
- {$author->name} ({$author->homepage}, {$author->email_address})
+ {$author->name} ({$author->homepage}, {$author->email_address})
@@ -37,11 +37,12 @@ - +
{$lang->description}
{nl2br(trim($module_info->description))} + diff --git a/modules/module/tpl/module_list.html b/modules/module/tpl/module_list.html index badc09176..c76b9cef0 100644 --- a/modules/module/tpl/module_list.html +++ b/modules/module/tpl/module_list.html @@ -24,7 +24,7 @@ {$val->version} - {$author->name} + {$author->name} diff --git a/modules/module/tpl/skin_info.html b/modules/module/tpl/skin_info.html index 41f90128d..9a99722f6 100644 --- a/modules/module/tpl/skin_info.html +++ b/modules/module/tpl/skin_info.html @@ -15,7 +15,7 @@ - {$author->name} ({$author->homepage}, {$author->email_address})
+ {$author->name} ({$author->homepage}, {$author->email_address})
@@ -40,10 +40,12 @@ + {$lang->description} {nl2br(trim($skin_info->description))} +