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 menurub.php
Documentation is available at
menurub.php
<?php
/**
*
@package
linea21.core
*
@subpackage
home
*
@author
linea21 <info@linea21.com>
*
@version
$id SVN
*
@access
public
*
@license
http://opensource.org/licenses/gpl-3.0.html
* 'Home' module is used into the back-office
*/
$search
=
"search.php?rub="
.
$rub
;
$title
=
$GLOBALS
[
'lang'
]
[
'way'
]
[
'home'
]
;
?>
<div id="itemenu">
<h1>
<?php
echo
$title
;
?>
</h1>
<div class="contentlink">
<a href="
<?php
echo
$search
;
?>
" title="
<?php
echo
$GLOBALS
[
'lang'
]
[
'menu'
]
[
'search'
]
;
?>
">
<?php
echo
$GLOBALS
[
'lang'
]
[
'menu'
]
[
'search'
]
;
?>
</a>
</div>
</div>
Documentation generated on Sat, 08 Nov 2008 14:53:16 +0100 by
phpDocumentor 1.4.1