コード例 #1
0
<br />
Present core team:</p>
<ul>
	<li>Alex Kempkens</li>
	<li>Klas Berlič</li>
</ul>
<p>
Special community contributions:</p>
<ul>
	<li>Geraint Edwards</li>
	<li>Tommy White (original logo)</li>
	<li>Robert Ola Akerman (logo freshup)</li>
	<li>Mirjam Kaizer (forum moderation)</li>
</ul>
<h3>Version:</h3>
<p>
<?php 
$version = new JoomFishVersion();
echo $version->getVersion();
?>
</p>
<h3>Copyright:</h3>
<p>
<?php 
echo $version->getCopyright();
?>
 <a href="http://www.thinknetwork.com?utm_source=jf&utm_medium=ext&utm_campaign=help" target="_blank" class="smallgrey">Think Network, Konstanz</a><br />
Revision: <?php 
echo $version->getRevision();
?>
</p>
コード例 #2
0
ファイル: view.php プロジェクト: RangerWalt/ecci
    function _creditsCopyright()
    {
        ?>
		<p>
		<span class="smallgrey"><strong><?php 
        echo JText::_('Credits');
        ?>
:</strong></span><br />
		<span class="smallgrey"><?php 
        echo JText::_('JOOMFISH_COMMUNITY');
        ?>
<br />
		Present development team:
		<ul>
			<li>Alex Kempkens (<?php 
        $x = "@";
        $y = "Alex";
        $z = "JoomFish.net";
        $mail = $y . $x . $z;
        echo JHTML::_('email.cloak', $mail, 0);
        ?>
)</li>
			<li>Geraint Edwards (<?php 
        $x = "@";
        $y = "joomfish.credits";
        $z = "copyn.plus.com";
        $mail = $y . $x . $z;
        echo JHTML::_('email.cloak', $mail, 0);
        ?>
)</li>
			<li>Ivo Apostolov (<?php 
        $x = "@";
        $y = "ivo";
        $z = "joomfish.net";
        $mail = $y . $x . $z;
        echo JHTML::_('email.cloak', $mail, 0);
        ?>
)</li>
			<li>Robin Muilwijk</li>
		</ul>
		<br />

		Logo design by:
		<ul>
			<li>Tommy White (<?php 
        $x = "@";
        $y = "tommy";
        $z = "tommywhite.com";
        $mail = $y . $x . $z;
        echo JHTML::_('email.cloak', $mail, 0);
        ?>
)</li>
		</ul>

		&nbsp;<br />
		Special thank's for testing, good suggestions & translations to:<br />
		Bernhard, Michael, Luc, Olivier, Robin, Rune, Victor, Akarawuth</span><br />

		&nbsp;<br />
		<span class="smallgrey"><strong>Contact:</strong></span><br />
		<span class="smallgrey"><a href="http://www.joomfish.net/forum" target="_blank">Joom!Fish Forum</a></span>
		<br />
		&nbsp;<br />
		<span class="smallgrey"><strong>Version:</strong></span><br />
		<?php 
        $version = new JoomFishVersion();
        ?>
		<span class="smallgrey"><?php 
        echo $version->getVersion();
        ?>
</span><br />
		&nbsp;<br />
		<span class="smallgrey"><strong>Copyright:</strong></span><br />
		<span class="smallgrey"><?php 
        echo $version->getCopyright();
        ?>
 </span><a href="http://www.ThinkNetwork.com" target="_blank" class="smallgrey"><span class="smallgrey">Think Network, Munich</span></a><br />
		<span class="smallgrey">Revision: <?php 
        echo $version->getRevision();
        ?>
</span><br />
		<a href="index2.php?option=com_joomfish&amp;task=help.information&amp;fileCode=license" class="smallgrey"><span class="smallgrey">Open Source License.</span></a>
		</p>
		<?php 
    }