Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2008
    Posts
    10
    Plugin Contributions
    0

    Default Customizing a define

    I have in my module_tabs.php for my custom template the following.

    define('MODULE_TABS_FEATURED', date('Y') . STORE_NAME);

    It displays as: 2014Store Name

    I want it to display as: 2014 Store Name (with a space between the year and the store name)

    I've tried several things and none have worked.

    Any suggestions are appreciated.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: Customizing a define

    Try
    Code:
    define('MODULE_TABS_FEATURED', date('Y') . ' ' . STORE_NAME);

  3. #3
    Join Date
    Dec 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Customizing a define

    That was it. Thanks.

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: Customizing a define

    You're very welcome.

 

 

Similar Threads

  1. Define Define Pages / Information pages Manager needed
    By thunderesl in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 2 Jun 2010, 02:42 PM
  2. Can't Edit Define Main Page in Define Page Editor
    By robynannw in forum General Questions
    Replies: 2
    Last Post: 8 May 2010, 05:15 PM
  3. Customizing define ?
    By Muzz in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 15 Apr 2010, 01:41 AM
  4. Define Pages - How to define brand new page
    By hutch32804 in forum Customization from the Admin
    Replies: 4
    Last Post: 31 Oct 2009, 01:39 PM
  5. duplicated 'define page 2' and define page status not appearing
    By twitchtoo in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 7 May 2007, 06:03 AM

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