Fixes for image generation
[shipsimu.git] / application / todo / class_ApplicationHelper.php
index ccedad679ef916a34bd0e8f32ebe4d91c43a5184..47680fbac63434b64f227aa7ecb68965b417a400 100644 (file)
@@ -229,6 +229,17 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
                        print("MSG:".$message."<br />\n");
                } // END - if
        }
+
+       /**
+        * Assigns application-depending data
+        *
+        * @param       $templateInstance       An instance of a template engine
+        * @return      void
+        */
+       public function assignExtraTemplateData (CompileableTemplate $templateInstance) {
+               // Assign charset
+               $templateInstance->assignConfigVariable('header_charset');
+       }
 }
 
 // [EOF]