Last change
on this file since 11685 was
9960,
checked in by Zaphod, 14 years ago
|
[extension] stripped - version 1.3.0
|
File size:
964 bytes
|
Line | |
---|
1 | {* template for config variables assignation *} |
---|
2 | {literal} |
---|
3 | <script type="text/javascript"> |
---|
4 | // configuration options |
---|
5 | var options = { {/literal} |
---|
6 | {if $BODY_ID=='theCategoryPage'} |
---|
7 | animatedMenu:{if $stripped.animatedMenu}true{else}false{/if}, |
---|
8 | {/if} |
---|
9 | {if $BODY_ID=='thePicturePage'} |
---|
10 | animatedTabs:{if $stripped.animatedTabs}true{else}false{/if}, |
---|
11 | imageAutosize:{if $stripped.imageAutosize}true{else}false{/if}, |
---|
12 | imageAutosizeTitle:{if $stripped.imageAutosizeTitle}true{else}false{/if}, |
---|
13 | imageAutosizeMargin:{$stripped.imageAutosizeMargin}, |
---|
14 | imageAutosizeMinHeight:{$stripped.imageAutosizeMinHeight}, |
---|
15 | navThumbsFade:{$stripped.navThumbsFade}, |
---|
16 | marginContainer:{$stripped.marginContainer}, |
---|
17 | paddingContainer:{$stripped.paddingContainer}, |
---|
18 | defaultZoomSize:"{$stripped.defaultZoomSize}", |
---|
19 | highResClickMode:"{$stripped.highResClickMode}", |
---|
20 | {/if} |
---|
21 | replaceActionIcons:{if $stripped.replaceActionIcons}true{else}false{/if} |
---|
22 | {literal} |
---|
23 | } |
---|
24 | </script> |
---|
25 | {/literal} |
---|
Note: See
TracBrowser
for help on using the repository browser.