You've already forked joomla_test
first commit
This commit is contained in:
14
administrator/modules/mod_title/tmpl/default.php
Normal file
14
administrator/modules/mod_title/tmpl/default.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Joomla.Administrator
|
||||
* @subpackage mod_title
|
||||
*
|
||||
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
*/
|
||||
|
||||
defined('_JEXEC') or die;
|
||||
?>
|
||||
<?php if (!empty($title)) : ?>
|
||||
<?php echo $title; ?>
|
||||
<?php endif; ?>
|
1
administrator/modules/mod_title/tmpl/index.html
Normal file
1
administrator/modules/mod_title/tmpl/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
Reference in New Issue
Block a user