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 (rex::isBackend()) { | |
// Ausgabe im Backend ohne Wrapper | |
echo 'item'; | |
return; | |
} | |
// Aktueller Slice | |
$slice = '<li>item</li>'; |
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType"> | |
<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${resource}"/> | |
<mapAttribute key="org.eclipse.debug.core.environmentVariables"> | |
<!-- Needs this plugin: http://www.mihai-nita.net/eclipse/ --> | |
<mapEntry key="ANSICON" value="1"/> | |
</mapAttribute> | |
<listAttribute key="org.eclipse.debug.ui.favoriteGroups"> | |
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/> | |
</listAttribute> |