|
Revision 13547, 452 bytes
(checked in by plg, 15 months ago)
|
|
import theme Simple version 2.1
- bugfix for user's profile - use default profile_content.tpl
- child themes do not need to have content.css
- use local_head.tpl
- correct order of thumbnails & show copyright on picture page
- use default as parent theme & change theme URI
- add quicksearch and style input, textarea, ...
- add login link in the footer
|
| Line | |
|---|
| 1 | {html_head} |
|---|
| 2 | {literal} |
|---|
| 3 | <style>#copyright {display: none;}</style> |
|---|
| 4 | {/literal} |
|---|
| 5 | {/html_head} |
|---|
| 6 | <div id="slideshow" class="titrePage"> |
|---|
| 7 | <div class="imageNumber">{$PHOTO}</div> |
|---|
| 8 | {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'} |
|---|
| 9 | {if $SHOW_PICTURE_NAME_ON_TITLE } |
|---|
| 10 | <h2>{$current.TITLE}</h2> |
|---|
| 11 | {/if} |
|---|
| 12 | </div> |
|---|
| 13 | <div id="theImage"> |
|---|
| 14 | {$ELEMENT_CONTENT} |
|---|
| 15 | {if isset($COMMENT_IMG)} |
|---|
| 16 | <p class="showlegend">{$COMMENT_IMG}</p> |
|---|
| 17 | {/if} |
|---|
| 18 | </div> |
|---|