Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2006
    Posts
    45
    Plugin Contributions
    0

    Default Question about file/ directory paths

    zen_image(DIR_WS_TEMPLATES.'template_default/'.DIR_WS_IMAGES.'icons/error.gif')

    In the above code, is there a way to write it so that I can avoid hard-coding "template_default/"? If I move error.gif file in my override folder, I will have to change the above code and replace "template_default/" with my override directory. Is there a way to make the code more generalised?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Question about file/ directory paths

    Don't know from where this code was extracted???

    But if stock code - then leave it alone as the override system will sort it out

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Question about file/ directory paths

    If it's not stock code, try

    zen_image(DIR_WS_TEMPLATE_IMAGES.'icons/error.gif')

    This will resolve to the current active template's /images/ folder. If the image is not found there, it will look in the same place in /template_default/.

  4. #4
    Join Date
    Jan 2006
    Posts
    45
    Plugin Contributions
    0

    Default Re: Question about file/ directory paths

    Quote Originally Posted by gjh42 View Post
    If it's not stock code, try

    zen_image(DIR_WS_TEMPLATE_IMAGES.'icons/error.gif')

    This will resolve to the current active template's /images/ folder. If the image is not found there, it will look in the same place in /template_default/.

    Thanks, that worked!

 

 

Similar Threads

  1. Replies: 1
    Last Post: 13 Oct 2013, 08:59 PM
  2. Replies: 14
    Last Post: 11 Jun 2012, 05:39 AM
  3. htaccess file in the main directory (custom question)
    By eurorage in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 17 Feb 2011, 05:54 PM
  4. Directory paths and IIS
    By Alex Clarke in forum General Questions
    Replies: 0
    Last Post: 9 Apr 2009, 02:30 PM
  5. Very Basic Question about Installation Directory
    By aquestioner in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 19 Dec 2007, 10:23 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