- Ticket 1166 -> Orden de los idiomas ES FR EN RU git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioJuridicoAlmagro_Web/trunk@2 c22fe52d-42d7-ba4f-95f7-33effcf65713
7 lines
165 B
PHP
7 lines
165 B
PHP
<?php
|
|
// this file returns an array with the order of the file which are used when generation the Theme Options page
|
|
|
|
return array(
|
|
'quick_setup/general',
|
|
);
|