---
title: "Brikit Zen Foundation app"
canonical: "https://support.appfire.com/space/CDML/649858855/Brikit%20Zen%20Foundation%20app"
format: markdown
---
> Macro (aura-html)


> ⚠️ [End of Life Product]
> ⚠️ 
> ⚠️ [Brikit Zen Foundation app](https://marketplace.atlassian.com/plugins/com.zenfoundation/server/overview) has reached end-of-life. If possible please transition to the [Brikit Theme Press app](https://appfire.atlassian.net/wiki/spaces/CDML/pages/650153272) which provides improved compatibility with Comala Document Management. Brikit provide a [migration guide](https://www.brikit.com/display/manual/Migrating+from+Zen+to+Theme+Press).

## Overview

This page provides information on integrating the default [Zen Foundation Theme](https://marketplace.atlassian.com/plugins/com.zenfoundation/server/overview) with Comala Document Management.

![image](media://f21bd27a-87c9-455b-b81b-76890ebc8d2d)

Note: You will need Zen **version 5.3.3 or later**.

## Step 1: Disable Zen Drafts

Zen Drafts must be disabled both globally and for each space for this integration to work.

For entire site:

1. <span style="color: #666366">Publish or discard any outstanding Zen drafts.</span>
2. From the **Configuration** menu, select **Admin Console**.
3. Log in if necessary.
4. The **Administration Console** opens.
5. From the **Zen Foundation** section, select **Site Settings**.
6. The **Site Settings** page opens.
7. Click the **Edit** button.
8. Check the **DISABLE Drafts & Publishing** box.
9. Click the **Save** button.

For specific space:

1. Publish or discard any outstanding Zen drafts.
2. From the **Configuration** menu, select **Zen Space Settings**.
3. From the **Zen Foundation Settings** page, click **Edit**.
4. Check the **DISABLE Drafts & Publishing** box.
5. Click the **Save** button.

## Step 2: Create user macro

To be able to see Comala Document Management items on pages, a user macro `workflow-include` must be provided.

Navigate to: Confluence Administration → User Macros → Add

##### **workflow-include**

```xml
<p id="title-text"></p>

<a id="adhocWorkflowsPopupLink" href="#" class="adhocworkflows4 cw-zen" title="Workflow">
  <span>Workflow</span>
</a>

<ul style="list-style: none">
  <li class="page-metadata-modification-info"></li>
</ul>
```

| **Macro Name** | `workflow-include` |
| --- | --- |
| **Macro Title** | `workflow-include` |
| **Macro Body Processing** | No Macro Body |
| **Template** | *See code block above* |
| **It should look like this**  
**(click to zoom)** | ![image](media://e780d9b3-3fa3-48f8-9314-4c20700615ec) |

## Step 3: Check it works 

Zen should automatically include the workflow status lozenge and the workflow icon at the end of the top menu bar:

![image](media://9a8d38f1-84e7-47e9-ad79-b0d32807d795)

## See also

- [Product Documentation](http://zen.brikit.com/display/help/Zen+Documentation)
- [Vendor Website](https://www.brikit.com/display/brikit)