Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 14592 | Rev 15063 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 14592 Rev 15062
Línea 59... Línea 59...
59
    website: "$website",
59
    website: "$website",
60
    header: "$header",
60
    header: "$header",
61
    footer: "$footer",
61
    footer: "$footer",
62
    googleApiKey: '$google_map_key'
62
    googleApiKey: '$google_map_key'
63
}
63
}
-
 
64
const LABELS = {
-
 
65
    'PROFILE' : 'LABEL_PROFILE',
-
 
66
    'OVERVIEW' : 'LABEL_OVERVIEW',
-
 
67
    'LOCATION' : 'LABEL_LOCATION',
-
 
68
    'INDUSTRY' : 'LABEL_INDUSTRY',
-
 
69
    'WEBSITE' : 'LABEL_WEBSITE',
-
 
70
    'HEADER_PDF' : 'LABEL_HEADER_PDF',
-
 
71
    'FOOTER_PDF' : 'LABEL_FOOTER_PDF',
-
 
72
    'COMPANY_SIZES' : 'LABEL_COMPANY_SIZES',
-
 
73
    'FOUNDATION_YEAR' : 'LABEL_FOUNDATION_YEAR'
-
 
74
}
64
JS;
75
JS;
Línea 65... Línea 76...
65
 
76
 
66
$this->inlineScript()->appendScript($js);
77
$this->inlineScript()->appendScript($js);
67
$this->headLink()->appendStylesheet('/react-bundles/profile/main.css');
78
$this->headLink()->appendStylesheet('/react-bundles/profile/main.css');