test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • edilson_w Friend
    #175113

    Where to put the verification code from Google?

    I am using the template Ja Teline IV. And I’m not able to insert the code of cerificação Google.
    Anyone can infromar?

    Phill Moderator
    #444153

    You can insert it in a similar way to adding Google Analytics.

    Create a new folder if it does not already exist called templates>JA_Teline_IV>Page and in that folder copy the file default.php from plugins>system>jat3>jate>base-themes>default>page>default.php into your new page folder

    Then just before the </head> tag you ca place your google code

    [php]<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”<?php echo $this->language; ?>” lang=”<?php echo $this->language; ?>”>

    <head>
    <?php //gen head base on theme info
    $this->showBlock (‘head’);
    ?>

    <?php
    $blocks = T3Common::node_children($this->getBlocksXML (‘head’), ‘block’);
    foreach ($blocks as $block) :
    $this->showBlock ($block);
    endforeach;
    ?>

    <?php echo $this->showBlock (‘css’) ?>
    **************Insert Your Code Here****************
    </head>
    [/php]

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

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

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