]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/template/class_CompileableTemplate.php
Renamed a lot more stuff from 'web' to 'html'.
[core.git] / inc / classes / interfaces / template / class_CompileableTemplate.php
index b35a750cd2dada1a6f26b163b02b4add92b3f312..4cdd7422c7bd4431a3273d59fc1db8a7348fe31f 100644 (file)
@@ -32,13 +32,13 @@ interface CompileableTemplate extends FrameworkInterface {
        function assignVariable ($variableName, $value);
 
        /**
-        * Load a specified web template into the engine
+        * Load a specified HTML template into the engine
         *
         * @param       $template       The web template we shall load which is located in
         *                                              "html" by default
         * @return      void
         */
-       function loadWebTemplate ($template);
+       function loadHtmlTemplate ($template);
 
        /**
         * Load a specified code template into the engine for later compilation