You're looking for some 4images templates and styles? Then visit this thread to show websites with 4images templates to download.
0 Members and 1 Guest are viewing this topic.
ah sorry i didn't mentioned that its in index.php
Here is how its done .open index.php file and findCode: [Select]include(ROOT_PATH.'includes/page_header.php');Paste the following just before the above line.Code: [Select]if(isset($_GET['page'])) { $site_template->register_vars("google_con_url", '<link rel="canonical" href="' . ROOT_PATH . '/' . $_SERVER['REQUEST_URI'] . '" />');}else { $site_template->register_vars("google_con_url", '');}and insertCode: [Select]{google_con_url} in header of your template. Make sure its between <head> tags.
include(ROOT_PATH.'includes/page_header.php');
if(isset($_GET['page'])) { $site_template->register_vars("google_con_url", '<link rel="canonical" href="' . ROOT_PATH . '/' . $_SERVER['REQUEST_URI'] . '" />');}else { $site_template->register_vars("google_con_url", '');}
{google_con_url}