This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace Company\Extension\UserFunctions; | |
| /*************************************************************** | |
| * Copyright notice | |
| * | |
| * (c) 2014 Armin Rüdiger Vieweg <armin@v.ieweg.de> | |
| * | |
| * All rights reserved | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // Classes/Command/WhateverCommandController.php | |
| /** | |
| * Whatever controller | |
| * | |
| * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later | |
| * | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| page = PAGE | |
| page { | |
| typeNum = 0 | |
| 10 =< lib.templates.base | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace sunzinet\Typo3szBase\Provider; | |
| /*************************************************************** | |
| * Copyright notice | |
| * | |
| * (c) 2014 Armin Rüdiger Vieweg <armin@v.ieweg.de> | |
| * | |
| * All rights reserved | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace Sunzinet\SzPagesettings\Hooks; | |
| /** | |
| * Class OverrideIconOverlay | |
| * | |
| * @package Sunzinet\SzFalExpiredate\Hooks | |
| */ | |
| class OverrideIconOverlayHook { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <config> | |
| <type>inline</type> | |
| <foreign_table>sys_file_reference</foreign_table> | |
| <foreign_field>uid_foreign</foreign_field> | |
| <foreign_sortby>sorting_foreign</foreign_sortby> | |
| <foreign_table_field>tablenames</foreign_table_field> | |
| <foreign_match_fields> | |
| <fieldname>images</fieldname> <!-- Name of variable! --> | |
| </foreign_match_fields> | |
| <foreign_label>uid_local</foreign_label> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| if (!defined ('TYPO3_MODE')) { | |
| die ('Access denied.'); | |
| } | |
| $TCA['tx_ext_domain_model_whatever'] = array( | |
| 'ctrl' => $TCA['tx_ext_domain_model_whatever']['ctrl'], | |
| 'interface' => array( | |
| 'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden', | |
| ), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .center { | |
| position: absolute; | |
| top: 50%; | |
| left: 50%; | |
| margin-right: -50%; | |
| transform: translate(-50%, -50%); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Initiate template (used by page) | |
| lib.templates.base = FLUIDTEMPLATE | |
| lib.templates.base { | |
| partialRootPath = EXT:typo3sz_assets/Resources/Default/Private/Templates/Partials/ | |
| layoutRootPath = EXT:typo3sz_assets/Resources/Default/Private/Templates/Layouts/ | |
| variables { | |
| logo =< lib.contents.logo | |
| navMain =< lib.navigations.main |
OlderNewer