module_contentholder OK in DW CS6 but not OK in DW CC (2018)
I have recuperated all the files from an entire site created with Dreamweaver CS6 in the latest version of Dreamweaver CC. The Main Template.dwt is in the directory Templates. Here is the code referring to the menu.html (in _System/ContentHolders/) which never appear in index.html nor in any other files based on the same template :
<body>
<header class="page">
<div class="container">
<div class="sixteen columns logo">
<h3><a href="/">An OBR Esprit instance on the web</a></h3>
<div class="menu full">
<!-- you can edit the menu from "_System/ContentHolders/menu.html" -->
{module_contentholder,name="menu"}
</div>
<div class="menu dropdown">
<ul>
<li><a href="#">Menu</a>
<!-- you can edit the menu from "_System/ContentHolders/menu.html" -->
{module_contentholder,name="menu"}
</li>
</ul>
</div>
</div>
</div>
</header>
This code worked perfectly in DW CS6 but no longer in DW CC.
Having published the site, I see only {module_contentholder,name="menu"} in place the menu
What happen?
