From: Roland Häder Date: Thu, 6 May 2010 01:21:08 +0000 (+0000) Subject: Export of extensions basicly added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b9e6075ca71043651816975302d18c2fdb27dce4;p=mailer.git Export of extensions basicly added --- diff --git a/inc/modules/guest/what-extensions.php b/inc/modules/guest/what-extensions.php new file mode 100644 index 0000000000..e3bdb8d0f3 --- /dev/null +++ b/inc/modules/guest/what-extensions.php @@ -0,0 +1,75 @@ + substr($template, 4), + 'description' => loadTemplate($template, true), + 'sw' => $SW + ); + + // Load the template in a special row template + $OUT .= loadTemplate('guest_extensions_row', true, $content); + + // Switch color + $SW = 3 - $SW; +} // END - foreach + +// Load main template +loadTemplate('guest_extensions', false, $OUT); + +// [EOF] +?> diff --git a/templates/de/html/guest/guest_extensions.tpl b/templates/de/html/guest/guest_extensions.tpl new file mode 100644 index 0000000000..b7be74010c --- /dev/null +++ b/templates/de/html/guest/guest_extensions.tpl @@ -0,0 +1,13 @@ +
+
+ +
+ Es sind bereits folgende Erweiterungen zum {?MAIN_TITLE?} verfügbar: +
+ +
+$content +
+ +
+
diff --git a/templates/de/html/guest/guest_extensions_row.tpl b/templates/de/html/guest/guest_extensions_row.tpl new file mode 100644 index 0000000000..074c172dee --- /dev/null +++ b/templates/de/html/guest/guest_extensions_row.tpl @@ -0,0 +1,10 @@ +
+
+ Erweiterung ext-$content[name] +
+ +
+ Beschreibungstext: + $content[description] +
+