Last change
on this file since 27297 was
16380,
checked in by flop25, 12 years ago
|
drop down menu styled and successfully placed (relative positions changed)
custom size for the picture page :
pattern added
concatenation of the 'define derivative'
css to center the picture
|
File size:
373 bytes
|
Rev | Line | |
---|
[16380] | 1 | <?php |
---|
| 2 | |
---|
| 3 | $pattern['hr_os_prefilter_picture']['S']['get_url']='{$current.selected_derivative->get_url()}'; |
---|
| 4 | $pattern['hr_os_prefilter_picture']['R']['get_url']='{$der->get_url()}'; |
---|
| 5 | $pattern['hr_os_prefilter_picture']['S']['get_size_htm']='{$current.selected_derivative->get_size_htm()'; |
---|
| 6 | $pattern['hr_os_prefilter_picture']['R']['get_size_htm']='{$der->get_size_htm()'; |
---|
| 7 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.