コード例 #1
0
 * @license     http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
 * @link        http://www.extly.com http://support.extly.com
 */
// No direct access
defined('_JEXEC') or die('Restricted access');
$input = $this->input;
$message = $input->getString('message');
$image_url = $input->getString('image_url');
$url = $input->getString('url');
$org_url = $input->getString('org_url');
$sitename = JFactory::getConfig()->get('sitename');
$url = RouteHelp::getInstance()->getRoot();
?>
<p>
	<?php 
echo TextUtil::autoLink($message);
?>
</p>
<?php 
if (!empty($image_url)) {
    ?>
<p>
	<a href="<?php 
    echo $org_url;
    ?>
">
		<img src="<?php 
    echo $image_url;
    ?>
">
	</a>
コード例 #2
0
if ($modified_by) {
    echo JFactory::getUser($modified_by)->get('username');
} else {
    echo '-';
}
?>
						</dd>

						<dt>
							<?php 
echo JText::_('COM_AUTOTWEET_RESULT_MESSAGE');
?>
						</dt>
						<dd>
							<?php 
echo $alert_message ? TextUtil::autoLink($alert_message) : '-';
?>
						</dd>
					</dl>
				</div>

				<div id="override-conditions" class="tab-pane fade">
					<div class="control-group">
						<label for="title" class="control-label <?php 
echo $labelDisabledNotManual;
?>
" rel="tooltip" data-original-title="<?php 
echo JText::_('COM_AUTOTWEET_VIEW_MANUALMSG_MESSAGE_DESC');
?>
"><?php 
echo JText::_('COM_AUTOTWEET_VIEW_MANUALMSG_MESSAGE');