Update the logo for footer
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 25 Oct 2017 15:19:27 +0000 (11:19 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 25 Oct 2017 15:19:27 +0000 (11:19 -0400)
Also update the logo for under side nav on interior pages.

assets/logos/ALP-LexaLiteBrand-Logo-190.jpg [new file with mode: 0644]
assets/logos/ALP-LexaLiteBrand-Logo.jpg [new file with mode: 0644]
index.phtml

diff --git a/assets/logos/ALP-LexaLiteBrand-Logo-190.jpg b/assets/logos/ALP-LexaLiteBrand-Logo-190.jpg
new file mode 100644 (file)
index 0000000..54f0c1b
Binary files /dev/null and b/assets/logos/ALP-LexaLiteBrand-Logo-190.jpg differ
diff --git a/assets/logos/ALP-LexaLiteBrand-Logo.jpg b/assets/logos/ALP-LexaLiteBrand-Logo.jpg
new file mode 100644 (file)
index 0000000..4c07eb0
Binary files /dev/null and b/assets/logos/ALP-LexaLiteBrand-Logo.jpg differ
index 3818016..cb5fa48 100755 (executable)
@@ -35,7 +35,7 @@ The performance alternative to blow molded acorns.
 <div id="navcontainer">
 <?php
 
-$parent = $toolbox->get_parentid($toolbox->catid,&$toolbox->DB);
+$parent = $toolbox->get_parentid($toolbox->catid, $toolbox->DB);
 if($parent == $toolbox->catid)
 {
        $parent = 0; // dont understand the logic behind returning the current catid if the parent in the db is zero, but whatever, I can work around that.
@@ -44,9 +44,9 @@ echo $toolbox->make_ul_menu();
 
 echo '<span class="content-white">';
 echo'<a href="http://www.alplighting.com/products_categories_sub.aspx?PARENT=LexaLite&CATEGORY=Post+Top">';
-echo '<img src="'.URL_BASE.'assets/logos/alp_logo.gif" border="0"></a><p 
+echo '<img src="'.URL_BASE.'assets/logos/ALP-LexaLiteBrand-Logo-190.jpg" border="0"></a><p
 style="margin: 4px;">
-Click here for additional Post Top components and A.L.P.\'s complete line 
+Click here for additional Post Top components and A.L.P.\'s complete line
 of lighting products.</p><br></span>';
 ?>
 </div>
@@ -65,10 +65,10 @@ of lighting products.</p><br></span>';
 
 <div class="bottomadd">
 <a href="http://www.alplighting.com/">
-<img src="<?echo BASE_URL;?>assets/logos/alp_logo.gif" alt="A.L.P. Lighting" width="190" height="64" border="0"></a><br>
+<img src="<?echo BASE_URL;?>assets/logos/ALP-LexaLiteBrand-Logo.jpg" alt="A.L.P. Lighting" border="0"></a><br>
 6333 Gross Point Road  &bull; Niles, IL 60714 <br>Telephone  (773) 774-9550  &bull; Fax (773) 594-5874  <BR>
 <div id="copy">
        <div>Copyright&copy;<?echo date("Y")?> <a href="http://www.alplighting.com/index.aspx" target="_blank">A.L.P. Lighting</a> Produced by <a href="http://www.gaslightmedia.com" target="_blank">Gaslight Media</a>, All Rights Reserved. <a href="<?echo URL_BASE?>sitemap.phtml">Sitemap</a></div>
-</div> 
+</div>
 </body>
 </html>