| @@ -4,21 +4,9 @@ | ||
| 4 | 4 | * Almost all of the Strings are be requested througth PHP variables |
| 5 | 5 | * and comes from the database! |
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | -/** Template States */ | |
| 9 | -cssJSToolbox::getText('trash'); | |
| 10 | -cssJSToolbox::getText('draft'); | |
| 11 | -cssJSToolbox::getText('published'); | |
| 12 | - | |
| 13 | -/** Template Revision States */ | |
| 14 | -cssJSToolbox::getText('release'); | |
| 15 | -cssJSToolbox::getText('beta'); | |
| 16 | -cssJSToolbox::getText('release-candidate'); | |
| 17 | -cssJSToolbox::getText('alpha'); | |
| 18 | -cssJSToolbox::getText('revision'); | |
| 19 | - | |
| 20 | 8 | /** Supported Languages */ |
| 21 | 9 | cssJSToolbox::getText('javascript'); |
| 22 | 10 | cssJSToolbox::getText('css'); |
| 23 | 11 | cssJSToolbox::getText('html'); |
| 24 | 12 | cssJSToolbox::getText('php'); |