Skip to content

Commit

Permalink
Folders instead of file in mod_title.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
joomlaweby committed Feb 12, 2024
1 parent 5d01f7a commit a115838
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion administrator/modules/mod_title/mod_title.xml
Expand Up @@ -11,7 +11,8 @@
<description>MOD_TITLE_XML_DESCRIPTION</description>
<namespace path="src">Joomla\Module\Title</namespace>
<files>
<filename module="mod_title">mod_title.php</filename>
<folder module="mod_title">services</folder>
<folder>src</folder>
<folder>tmpl</folder>
</files>
<languages>
Expand Down
4 changes: 2 additions & 2 deletions administrator/modules/mod_title/tmpl/default.php
Expand Up @@ -4,11 +4,11 @@
* @package Joomla.Administrator
* @subpackage mod_title
*
* @copyright (C) 2024 Open Source Matters, Inc. <https://www.joomla.org>
* @copyright (C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

\defined('_JEXEC') or die;
defined('_JEXEC') or die;
?>
<?php if (!empty($title)) : ?>
<div class="d-flex align-items-center">
Expand Down

0 comments on commit a115838

Please sign in to comment.