Adding Meta name="verify-v1"

Hi,

 

does anybody know how to add the meta tag:

 

<meta name="verify-v1" content="google_code_here=" />

 

on the index page or other pages?

 

Thanks

Quote · 20 Mar 2009

You can add meta content in the corresponding pages page_##.html file.

 

For index page go to /index.php

 

Look for this code:

 

$_page['name_index']  = 1;
$_page['header']   = $site['title'];
$_page['header_text']  = $site['title'];
$_page['css_name']  = 'index.css';

Note the page name.  Now go to templates/tmpl_uni/page_1.html (your page is determined by the number in the first line of the code above, it will be different for different pages.

Note the code:

__include _header.html__
 __promo_code__
 __page_main_code__
__include _footer.html__

 

Insert you code like this:

 

__include _header.html__

<meta name="verify-v1" content="google_code_here=" />

 __promo_code__
 __page_main_code__
__include _footer.html__

 

 

 

Save the file and your done.  It's inputted.

Quote · 20 Mar 2009

Great !

 

Thanks for your help...with code and explanation.

Quote · 21 Mar 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.