Menu management templates
This commit is contained in:
parent
bfb26e31ea
commit
79607581ed
4 changed files with 23 additions and 57 deletions
|
@ -78,6 +78,7 @@ public class IndividualController extends FreemarkerHttpServlet {
|
|||
private static final String INCLUDE_ALL = "all";
|
||||
|
||||
private static final Map<String, String> namespaces = new HashMap<String, String>() {{
|
||||
put("display", VitroVocabulary.DISPLAY);
|
||||
put("vitro", VitroVocabulary.vitroURI);
|
||||
put("vitroPublic", VitroVocabulary.VITRO_PUBLIC);
|
||||
}};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue