Results 1 to 3 of 3
  1. #1
    Join Date
    May 2008
    Location
    United States
    Posts
    500
    Plugin Contributions
    2

    help question Exclude content in header on SSL pages

    In the header I need to add something similar to what is below, however I do not what the code to load on pages that are SSL, can that be done?

    <!-- Start Custom -->
    <script type="text/javascript">var pr_style_sheet="http://custom_link";</script>
    <script type="text/javascript" src="http://custom_link"></script>
    <!-- End Custom -->


    I thought something like this may work however I can not get it to work, any help would be great!

    Code:
    <!-- Start Custom -->
    <?php if ($request_type == 'NONSSL') {
    <script type="text/javascript">var pr_style_sheet="http://custom_link";</script>
    <script type="text/javascript" src="http://custom_link"></script>?>
    <!-- End Custom -->

  2. #2
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,252
    Plugin Contributions
    59

    Default Re: Exclude content in header on SSL pages

    Like this.. You almost had it ... you missed the second part:

    Code:
    <?php if ($request_type == 'NONSSL') { ?>
    <script type="text/javascript">var pr_style_sheet="http://custom_link";</script>
    <script type="text/javascript" src="http://custom_link"></script>
    <?php } ?>
    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  3. #3
    Join Date
    May 2008
    Location
    United States
    Posts
    500
    Plugin Contributions
    2

    Default Re: Exclude content in header on SSL pages

    Thanks!

 

 

Similar Threads

  1. v151 Insecure content SSL
    By lj20272 in forum General Questions
    Replies: 5
    Last Post: 13 Oct 2013, 07:28 AM
  2. error on ssl pages caused by header banner
    By FoodDudes in forum General Questions
    Replies: 1
    Last Post: 18 Nov 2009, 01:15 PM
  3. exclude french pages to search engines
    By lieven23 in forum General Questions
    Replies: 0
    Last Post: 18 Mar 2009, 10:56 PM
  4. How to make EZ-pages Internal Link to html pages open in main content area?
    By jamesdavid in forum Customization from the Admin
    Replies: 0
    Last Post: 4 Jun 2008, 04:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg