PasteBin

Newer Version New Note

Created: 2025-05-06 14:02:31

Expires: Never

Syntax: PHP

<body>
  <?php 
  this->load->view('menu');
  ?>
<div class="container section" id="welcome">


OR

<body>
  <?php 
  $this->load->view('menu');
  ?>
<div class="container section" id="welcome">