|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Classes | |
| class | SC_tslib_showpic |
Namespaces | |
| namespace | TYPO3 |
Enumerations | |
| enum | TYPO3_MODE |
| enum | PATH_tslib |
| enum | PATH_typo3conf |
| enum | TYPO3_mainDir |
Variables | |
| if(!defined('PATH_t3lib')) define('PATH_t3lib' | PATH_site |
| $TYPO3_DB = t3lib_div::makeInstance('t3lib_DB') | |
| if(defined('TYPO3_MODE')&&isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['tslib/showpic.php'])) | $SOBE = t3lib_div::makeInstance('SC_tslib_showpic') |
| enum PATH_tslib |
Definition at line 80 of file showpic.php.
| enum PATH_typo3conf |
Definition at line 81 of file showpic.php.
| enum TYPO3_mainDir |
Definition at line 82 of file showpic.php.
| enum TYPO3_MODE |
Shows a picture from uploads/* in enlarged format in a separate window. Picture file and settings is supplied by GET-parameters: file, width, height, sample, alternativeTempPath, effects, frame, bodyTag, title, wrap, md5
Revised for TYPO3 3.6 June/2003 by Kasper Skårhøj
112: class SC_tslib_showpic 133: function init() 190: function main() 237: function printContent()
TOTAL FUNCTIONS: 3 (This index is automatically created/updated by the extension "extdeveval")
Definition at line 68 of file showpic.php.
| if (defined('TYPO3_MODE')&&isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['tslib/showpic.php'])) $SOBE = t3lib_div::makeInstance('SC_tslib_showpic') |
Definition at line 276 of file showpic.php.
| $TYPO3_DB = t3lib_div::makeInstance('t3lib_DB') |
Definition at line 96 of file showpic.php.
| if (!defined('PATH_t3lib')) define('PATH_t3lib' PATH_site |
Definition at line 79 of file showpic.php.
1.7.5.1