Jump to content

Stefanowitsch

Members
  • Posts

    412
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Stefanowitsch

  1. Where does this code snippet go? Right now I am using this code in my header which is not very professional but it works ;-) <? if ($config->debug) { ?> <link rel="stylesheet" type="text/css" href="<?php echo $config->urls->templates?>styles/styles.css" /> <? } else { ?> <link rel="stylesheet" type="text/css" href="<?php echo AIOM::CSS('styles/styles.css'); ?>" /> <? } ?>
  2. I've installed the module and it works fine. But: When I set Development Mode to "yes" the files get combined. Is there a way to disable this? I cannot track the root css files this way...
  3. I'm using this module with PW 2.7.2. When submitting a form I get a success message but in the LOG file it says [ERROR] Mail has not been sent to ... thus, the message is never delivered. Note: I am running PW on localhost via XAMPP. Does this module work under this conditions? Thanks in advance.
×
×
  • Create New...