Update instructions for updating Header Tags SEO version 3.1.4 to
Header Tags SEO V 3.1.5 by Jack_mcs

1) STS ONLY!!!

In includes/modules/sts_inc/general.php,

FIND:
    if (!isset($sts->template['headertags'])) $sts->template['headertags']= "<title>" . TITLE ."</title>";

ADD BENEATH

    $sts->template['headertags_logotext'] = tep_not_null($header_tags_array['logo_text']) ? $header_tags_array['logo_text'] : STORE_NAME;

2) STS ONLY!!!

In your template file (like includes/sts_templates/test/sts_template.html),

REPLACE

<img border="0" src="images/store_logo.png"></td>

WITH

<img border="0" src="images/store_logo.png" alt="$headertags_logotext"></td>
