Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
21 righe
352 B
21 righe
352 B
2 anni fa
|
<!DOCTYPE html>
|
||
|
|
||
|
<#include init />
|
||
|
|
||
|
<html class="${root_css_class}" dir="<@liferay.language key="lang.dir" />" lang="${w3c_language_id}">
|
||
|
|
||
|
<head>
|
||
|
<title>${the_title}</title>
|
||
|
|
||
|
${theme.include(top_head_include)}
|
||
|
</head>
|
||
|
|
||
|
<body class="portal-popup ${css_class}">
|
||
|
|
||
|
${theme.include(content_include)}
|
||
|
|
||
|
${theme.include(bottom_ext_include)}
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|