User login (non-guest) basicly finished, news stubs added, registration and final...
[shipsimu.git] / inc / classes / interfaces / template / class_CompileableTemplate.php
index c0ec28b7d369529c43e0bcda43b4ae78f350298e..2b3499e67ece6ed16e8792c3791a6bf45470125d 100644 (file)
@@ -31,20 +31,11 @@ interface CompileableTemplate extends FrameworkInterface {
         */
        function assignVariable ($var, $value);
 
-       /**
-        * Assign a configuration variables for templates
-        *
-        * @param               $var            The configuration "variable" we want to assign
-        * @param               $value  The value we want to store in the variable
-        * @return      void
-        */
-       function assignConfigVariable ($var, $value);
-
        /**
         * Load a specified web template into the engine
         *
-        * @param               $template               The web template we shall load which is
-        *                                              located in "html" by default
+        * @param       $template       The web template we shall load which is located in
+        *                                              "html" by default
         * @return      void
         */
        function loadWebTemplate ($template);