Changeset 2132

Show
Ignore:
Timestamp:
04/28/08 22:39:52 (3 months ago)
Author:
bsmith
Message:

bugzid:76269 - removing unused image

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-37/lib/MT/App.pm

    r2111 r2132  
    39433943Sample usage: 
    39443944 
    3945     <TMPL_VAR NAME=STATIC_URI>images/logo.gif 
     3945    <TMPL_VAR NAME=STATIC_URI>images/image-name.gif 
    39463946 
    39473947With a StaticWebPath of '/mt/', this produces: 
    39483948 
    3949     /mt/mt-static/images/logo.gif 
     3949    /mt/mt-static/images/image-name.gif 
    39503950 
    39513951or, if StaticWebPath is 'http://example.com/mt-static/': 
    39523952 
    3953     http://example.com/mt-static/images/logo.gif 
     3953    http://example.com/mt-static/images/image-name.gif 
    39543954 
    39553955=item * SCRIPT_URL