mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 00:02:17 +02:00
14 lines
480 B
XML
14 lines
480 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.7">
|
|
<portals>
|
|
<portal id="itop-portal" _delta="define"><!-- ID must match module_design[id] -->
|
|
<url>pages/exec.php?exec_module=itop-portal-base&exec_page=index.php&portal_id=itop-portal</url><!-- portal_id must match module_design[id] -->
|
|
<rank>1.0</rank>
|
|
<handler />
|
|
<allow>
|
|
</allow>
|
|
<deny />
|
|
</portal>
|
|
</portals>
|
|
</itop_design>
|