linea21-core
[
class tree: linea21-core
] [
index: linea21-core
] [
all elements
]
changeLog
Readme.fr.txt
Packages:
linea21-core
linea21-externals
linea21-languages
linea21-modules
linea21-utils
Source for file quickicons.php
Documentation is available at
quickicons.php
<?php
/**
*
@package
linea21.core
*
@subpackage
admin
*
@author
linea21 <info@linea21.com>
*
@version
$id SVN
*
@access
public
*
@license
http://opensource.org/licenses/gpl-3.0.html
*/
/**
* Quick icons - On the top/right
*/
?>
<div id="icone">
<a href="search.php?rub=home" title="
<?php
echo
$GLOBALS
[
'lang'
]
[
'menu'
]
[
'search'
]
;
?>
" class="ico_search2"></a>
<a href="mailto:
<?php
echo
MAIL_ADMIN_LINEA
;
?>
" title="
<?php
echo
MAIL_ADMIN_LINEA
;
?>
" class="ico_mail2"></a>
<a href="../public/index.php" title="
<?php
echo
$GLOBALS
[
'lang'
]
[
'divers'
]
[
'back_public'
]
;
?>
" class="ico_earth2"></a>
</div>
Documentation generated on Sat, 08 Nov 2008 14:54:18 +0100 by
phpDocumentor 1.4.1