Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cDynamic Meta Tags v1.2


Recommended Posts

Hi for the cdynamic meta tags contributions what line is this part of code on (this is the categories.php)

 

$action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action'] : ''); if (tep_not_null($action)) {

 

and the main_page.tpl.php what line is this code on

 

<?php

// BOF: WebMakers.com Changed: Header Tag Controller v1.0

if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) {

require(DIR_WS_INCLUDES . 'header_tags.php');

} else {

?>

<title><?php echo TITLE ?></title>

<?php

}

// EOF: WebMakers.com Changed: Header Tag Controller v1.0

?>

Link to comment
Share on other sites

  • 8 months later...
Hi for the cdynamic meta tags contributions what line is this part of code on (this is the categories.php)

 

$action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action'] : ''); if (tep_not_null($action)) {

 

and the main_page.tpl.php what line is this code on

 

<?php

// BOF: WebMakers.com Changed: Header Tag Controller v1.0

if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) {

require(DIR_WS_INCLUDES . 'header_tags.php');

} else {

?>

<title><?php echo TITLE ?></title>

<?php

}

// EOF: WebMakers.com Changed: Header Tag Controller v1.0

?>

 

 

Did you ever find an answer to this question? I have a bts template and my mainpage.tpl.php is different than the instructions. I can't find exactly those lines.

Edited by jdice
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...