Fixed issue #48
This commit is contained in:
parent
406f96c7d7
commit
a61270319d
@ -15,7 +15,7 @@
|
||||
#--
|
||||
#-- Contenu de la table `object_textentrynode`
|
||||
#--
|
||||
INSERT INTO `sts_object_textentrynode` (`textentrynode_id`, `node_id`, `textentrynode_resume`, `textentrynode_text`, `langue_id`) VALUES
|
||||
INSERT INTO `{_PREFIX_}object_textentrynode` (`textentrynode_id`, `node_id`, `textentrynode_resume`, `textentrynode_text`, `langue_id`) VALUES
|
||||
(1, 2, 'Résumé de la plateforme Qware', '<div>
|
||||
<p><strong>Qware est la plate-forme de services mutualisés du Limousin mise en oeuvre dans le cadre de Practiciel.</strong><br />
|
||||
</p>
|
||||
|
@ -95,7 +95,7 @@ class NavigationPrint extends Printing
|
||||
$tabObject =$this->getObjectSon(eid());
|
||||
for ($i=0; $i<count($tabObject);$i++)
|
||||
{
|
||||
if ($tabObject[$i][0]->getClassName()=="Home")
|
||||
if ($tabObject[$i][0]->getClassName()=="home")
|
||||
{
|
||||
$urlArray["id"]=$tabObject[$i][1]->getId();
|
||||
}
|
||||
|
@ -77,10 +77,10 @@ class UserPrint extends Printing
|
||||
$url=addIdToUrl($url);
|
||||
|
||||
$tabObject =$this->getObjectSon(eid());
|
||||
// var_dump($tabObject);
|
||||
var_dump($tabObject);
|
||||
for ($i=0; $i<count($tabObject);$i++)
|
||||
{
|
||||
if ($tabObject[$i][0]->getClassName()=="Home")
|
||||
if ($tabObject[$i][0]->getClassName()=="home")
|
||||
{
|
||||
// var_dump($tabObject[$i][1]->getId());
|
||||
$urlArray["id"]=$tabObject[$i][1]->getId();
|
||||
|
Loading…
x
Reference in New Issue
Block a user