Procházet zdrojové kódy

Code source : dépôt privé

feature/souke
Guillaume Bourgeois před 9 měsíci
rodič
revize
911c2abd25
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +2
    -2
      frontend/controllers/SiteController.php
  2. +2
    -2
      frontend/views/layouts/main.php

+ 2
- 2
frontend/controllers/SiteController.php Zobrazit soubor

@@ -217,10 +217,10 @@ class SiteController extends FrontendController
]);
}

public function actionSourceCode()
/*public function actionSourceCode()
{
return $this->render('source_code');
}
}*/

/**
* Liste les producteurs utilisant la plateforme.

+ 2
- 2
frontend/views/layouts/main.php Zobrazit soubor

@@ -175,8 +175,8 @@ $adminSettingBag = $settingModule->getAdminSettingBag();
<!--<a href="<?php echo $adminSettingBag->get('forumFlarumUrl'); ?>">Forum</a> <span class="bull">&bull;</span>-->
<?php endif; ?>
<a href="<?php echo $this->getUrlManager()->createUrl('site/mentions'); ?>">Mentions légales</a> <span class="bull">&bull;</span>
<a href="<?php echo $this->getUrlManager()->createUrl('site/cgv'); ?>">Conditions générales de service</a> <span class="bull">&bull;</span>
<a href="<?php echo $this->getUrlManager()->createUrl('site/source-code'); ?>">Code source</a>
<a href="<?php echo $this->getUrlManager()->createUrl('site/cgv'); ?>">Conditions générales de service</a>
<!--<a href="<?php echo $this->getUrlManager()->createUrl('site/source-code'); ?>">Code source</a>-->
</div>
</footer>


Načítá se…
Zrušit
Uložit