societe.inc.php 172 B

1234567891011121314
  1. <?php
  2. class societe_controller extends controller{
  3. public function view()
  4. {
  5. $this->params['ref'] = $this->page->ref;
  6. $this->params['titre'] = $this->page->titre;
  7. }
  8. }