Removing login_form hook, plugins can now use template_construct hook and add an...
[squirrelmail.git] / src / style.php
index d62f1762736e1be63a70c1090633a74a71f49089..303077d979b84a35be437c1431c6580b257f6b9a 100644 (file)
@@ -6,7 +6,7 @@
  * Used GET arguments:
  * <ul>
  *   <li>themeid - string, sets theme file from themes/*.php
- *   <li>templateid - string, sets template directory from templates/
+ *   <li>templatedir - string, sets template directory from templates/
  *   <li>fontset - string, sets selected set of fonts from $fontsets array.
  *   <li>fontsize - integer, sets selected font size
  *   <li>dir - string, sets text direction variables. Possible values 'rtl' or 'ltr'
@@ -167,6 +167,8 @@ $oTemplate->assign('fontsize', $fontsize);
  *            work.  This is a problem e.g. with the default_advanced template
  *            that inherits CSS properties from the default template but
  *            doesn't contain stylesheet.tpl itself.
+ *            Possibly naive suggestion - template can define its own default 
+ *            template name
  * 
  * TODO: Fix this. :)
  **/