Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2006
    Posts
    120
    Plugin Contributions
    0

    Default How to display variable in define pages?

    Hey gang,

    I'd like to display one of the system variables in the define pages. For example in define_contact_us.php I'd like to say something like:

    "Thank you for coming to ". STORE_NAME . "you may contact us at " . STORE_NAME_ADDRESS

    STORE_NAME and STORE_NAME_ADDRESS are system variables so I should be able to display them. Searched around because I think this is somethign simple but I can't find out how.

    THanks

    Chris

  2. #2
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: How to display variable in define pages?

    <?php
    echo "Thank you for coming to ". STORE_NAME . "you may contact us at " . STORE_NAME_ADDRESS; ?>
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #3
    Join Date
    Jan 2006
    Posts
    120
    Plugin Contributions
    0

    Default Re: How to display variable in define pages?

    Thanks. I thought I had done that once... ..but I must have had a typo in there somewhere because it caused a page error.

 

 

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. 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
  3. Replies: 2
    Last Post: 10 Aug 2008, 10:04 PM
  4. How do I change navbar titles in Pages made using define pages generator?
    By lifebot in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Mar 2008, 06:13 PM
  5. index_default & define pages(4+ define pages on frontpage?)
    By mrmarcus66 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 May 2006, 07:38 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