Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sgtc Friend
    #149607

    Keep seeing an error in my logs so I thought I would share this. In your templates/your_template_name/layouts/blocks , head.php makes a call to ie.php, which is supposed to ie.css —>

    [PHP]<link href=”<?php echo $this->templateurl(); ?>/css/ie.php” rel=”stylesheet” type=”text/css” />[/PHP]

    Should be

    [PHP]<link href=”<?php echo $this->templateurl(); ?>/css/ie.css” rel=”stylesheet” type=”text/css” />[/PHP]

    Anonymous Moderator
    #336766

    Hi sgtc

    You can remove this code. It does not need in our template. I have noticed with our developer to remove it

    Thanks for your notification.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 14 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum