Bug #16791 » page_target_default.diff
typo3/sysext/css_styled_content/static/constants.txt (working copy) | ||
---|---|---|
}
|
||
# cat=advanced/links; type=small; label= Target for internal links: Should match the name of the content PAGE-object in TypoScript when used with frames. Most cases: Set to "page" if you have frames in the template. If not, set to "" (empty)
|
||
PAGE_TARGET = page
|
||
PAGE_TARGET =
|
||
[compatVersion = 3.9.0]
|
||
... | ... | |
[END]
|
||
# TYPO3 CVS ID: $Id$
|
||
typo3/sysext/css_styled_content/static/setup.txt (working copy) | ||
---|---|---|
1 = TMENU
|
||
1.NO.allWrap = <p>|</p>
|
||
1.NO.stdWrap.htmlSpecialChars = 1
|
||
1.target = {$content.pageFrameObj}
|
||
1.target = {$PAGE_TARGET}
|
||
}
|
||
# "Menu of subpages to these pages"
|
||
... | ... | |
1 = TMENU
|
||
1.NO.allWrap = <p class="csc-sitemap csc-sitemap-level1">|</p>
|
||
1.NO.stdWrap.htmlSpecialChars = 1
|
||
1.target = {$content.pageFrameObj}
|
||
1.target = {$PAGE_TARGET}
|
||
1.expAll = 1
|
||
2 < .1
|
||
... | ... | |
[END]
|
||
# TYPO3 CVS ID: $Id$
|
||
# TYPO3 CVS ID: $Id$
|