Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Blank Sidebox TPL file Apostrophe

    For exmaple:
    \includes\templates\template_default\sideboxes\tpl_blank_sidebox.php

    This is the file you put in your html, but if I put in text "What's New" the apostrophe throughs the file off and creates an error.

    So my question is how do you put in an apostrophe in a file like this?

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Blank Sidebox TPL file Apostrophe

    That's not a blank sidebox issue, it's a PHP one and will happen wherever you put the apostrophe. This is because the apostrophe is a special character (a string delimiter) in PHP.

    To insert a real apostrophe you need to "escape" it, i.e. tell PHP that it should treat it as normal text and not try to use it itself. You do this by preceding it with a backslash.

    For example, you could inset an apostrophe as follwoing in a language definition ...

    define("TEXT_WHATS_NEW", "What\'s New");
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Re: Blank Sidebox TPL file Apostrophe

    I know it wasn't a problem with the blank side box I was just giving an example. Works great thank you!

 

 

Similar Threads

  1. v151 Add image to header.tpl file
    By sports guy in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 13 Nov 2012, 09:45 PM
  2. which tpl file?
    By creff in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 26 Oct 2009, 04:10 PM
  3. php code question...placement tpl header file
    By bwhitmire in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 Sep 2008, 03:56 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR