Skip to content

Commit 98534d5

Browse files
authored
Fix link to pdoMenu snippet in documentation
1 parent 86d7c39 commit 98534d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/building-sites/tag-syntax/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This page lists the most commonly used MODX Revolution tags as an aid to anyone
1919
| **`[[*description]]`** | the page Description | `<meta name="description" content="[[*description]]"/>` |
2020
| **`[[*introtext]]`** | the Introductory Text field (a.k.a. the summary). | Often used by Snippets to summarize posts, e.g. `<div id="summary">[[*introtext]]</div>` |
2121
| **`[[*parent]]`** | the ID of the parent page (if any). Set by MODX when the page is created. Can be altered by the user. | Often used in conjunction with the link syntax, e.g. `<a href="[[~[[*parent]]]]">Up to parent page</a>` |
22-
| **`[[*menutitle]]`** | the Title used when the page appears in menus. | _Most frequently used by Snippets such as_ _[Wayfinder](extras/wayfinder "Wayfinder") or [pdoMenu](extras/pdotools/snippets/pdomenu "pdoMenu")_ _when dynamically constructing menus_ |
22+
| **`[[*menutitle]]`** | the Title used when the page appears in menus. | _Most frequently used by Snippets such as_ _[Wayfinder](extras/wayfinder "Wayfinder") or [pdoMenu](extras/pdoTools/Snippets/pdoMenu "pdoMenu")_ _when dynamically constructing menus_ |
2323
| **`[[*content]]`** | the content of the page. | `<body>[[*content]]</body>` |
2424

2525
## Other Common Tags

0 commit comments

Comments
 (0)