Changeset 2132
- Timestamp:
- 04/28/08 22:39:52 (3 months ago)
- Files:
-
- branches/release-37/lib/MT/App.pm (modified) (1 diff)
- branches/release-37/mt-static/images/logo.gif (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-37/lib/MT/App.pm
r2111 r2132 3943 3943 Sample usage: 3944 3944 3945 <TMPL_VAR NAME=STATIC_URI>images/ logo.gif3945 <TMPL_VAR NAME=STATIC_URI>images/image-name.gif 3946 3946 3947 3947 With a StaticWebPath of '/mt/', this produces: 3948 3948 3949 /mt/mt-static/images/ logo.gif3949 /mt/mt-static/images/image-name.gif 3950 3950 3951 3951 or, if StaticWebPath is 'http://example.com/mt-static/': 3952 3952 3953 http://example.com/mt-static/images/ logo.gif3953 http://example.com/mt-static/images/image-name.gif 3954 3954 3955 3955 =item * SCRIPT_URL
