theme.php (937B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Theme Editor'; 4 5 // Text 6 $_['text_success'] = 'Success: You have modified themes!'; 7 $_['text_edit'] = 'Edit Theme'; 8 $_['text_store'] = 'Choose your store'; 9 $_['text_template'] = 'Choose a template'; 10 $_['text_default'] = 'Default'; 11 $_['text_history'] = 'Theme History'; 12 $_['text_twig'] = 'The theme editor uses the template language Twig. You can read about <a href="http://twig.sensiolabs.org/documentation" target="_blank" class="alert-link">Twig syntax here</a>.'; 13 14 // Column 15 $_['column_store'] = 'Store'; 16 $_['column_route'] = 'Route'; 17 $_['column_theme'] = 'Theme'; 18 $_['column_date_added'] = 'Date Added'; 19 $_['column_action'] = 'Action'; 20 21 // Error 22 $_['error_permission'] = 'Warning: You do not have permission to modify the theme editor!'; 23 $_['error_twig'] = 'Warning: You can only save .twig files!';