====== setLayoutExt ======
{#JAPI Joomla.Framework Application JView::setLayoutExt #}
Changes the extension that is used for layout files.
The layout extension is appended onto the layout name to determine the file that is used for rendering the view. The only characters where are permitted are English letters and numbers.
The method returns the previous layout extension value.
===== Syntax =====
string setLayoutExt ( **$value** )
| **$value** | string | is a string containing the file extension to be used for layouts. |
===== Examples =====
echo $view->setLayoutExt( 'html' );
might return:
php
----
~~DISCUSSION~~
ISCUSSION~~