Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4883 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4883 Rev 4884
Línea 2... Línea 2...
2
$acl = $this->viewModel()->getCurrent()->getVariable('acl');
2
$acl = $this->viewModel()->getCurrent()->getVariable('acl');
3
$container = $this->navigation('footerNavigation')->getContainer();
3
$container = $this->navigation('footerNavigation')->getContainer();
Línea 4... Línea 4...
4
 
4
 
5
$currentNetworkHelper = $this->currentNetworkHelper();
5
$currentNetworkHelper = $this->currentNetworkHelper();
6
$currentNetwork = $currentNetworkHelper->getNetwork();
-
 
-
 
6
$currentNetwork = $currentNetworkHelper->getNetwork();
7
 
7
$defaultNetwork = $currentNetwork->default;
8
?>
8
?>
9
<div class="row">
9
<div class="row">
10
    <?php if ($defaultNetwork === 'y') : ?>
10
    <?php if ($defaultNetwork === 'y') : ?>
11
        <?php foreach ($container as $page) : ?>
11
        <?php foreach ($container as $page) : ?>
Línea 15... Línea 15...
15
                </a>
15
                </a>
16
            </div>
16
            </div>
17
        <?php endforeach; ?>
17
        <?php endforeach; ?>
18
    <?php else : ?>
18
    <?php else : ?>
19
        <span>
19
        <span>
20
            <?php echo json_encode($currentNetwork) ?>
20
            <?php echo $currentNetwork->name ?>
21
        </span>
21
        </span>
22
    <?php endif; ?>
22
    <?php endif; ?>
23
</div>
23
</div>
24
<!-- <div
24
<!-- <div
25
    class="container"
25
    class="container"