Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • brusamolino Friend
    #187786

    Hi
    I’ve to add <meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE8″ > in Argo Template because a component required this tag

    Can you tell me where i have to put in Argo template?

    Thanks
    Luca

    pavit Moderator
    #494112

    Hi

    You can add it in this file templatesja_argotplsblockshead.php

    defined('_JEXEC') or die;
    ?>
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" >

    <!-- META FOR IOS & HANDHELD -->
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
    <meta name="HandheldFriendly" content="true" />
    <meta name="apple-mobile-web-app-capable" content="YES" />
    <!-- //META FOR IOS & HANDHELD -->

    <?php
    // SYSTEM CSS
    $this->addStyleSheet(JURI::base(true).'/templates/system/css/system.css');
    ?>

    Regards

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

This topic contains 2 replies, has 2 voices, and was last updated by  pavit 11 years, 6 months ago.

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