Search code examples
layoutjoomlajoomla3.0article

Joomla 3 don't see article alternative layout


I need to use alternative layout for articles from 1 category. I added layout file to

site.root\templates\mytemplate\html\com_content\article\alt_layout.php

But I don't see it in article options: there are only "Use Global" and "Default from component".

enter image description here

No problem with override but I need additional layout.


Solution

  • Here is the solution for this Problem:

    delete the underscore ('_') from your layout name like

    site.root\templates\mytemplate\html\com_content\article\altlayout.php
    

    Reload Article and voila :-)!