Esempio n. 1
0
              <th><?php 
    echo $lang['TITLE'];
    ?>
</th>
              <th><?php 
    echo $lang['IMAGE'];
    ?>
</th>
              <th></th>
            </tr>
          </thead>
          <tbody>
            <?php 
    include_once '../classes/videos.php';
    $videos = new video();
    $videos->llistar();
    ?>
          </tbody>
        </table>
      </div>
        <div class="tab-pane col-md-8 col-md-offset-2" id="promocionar">
            <form class="form-horizontal" method="post" action="promocionar.php">
                <div class="form-group">
                    <label for="pro1" class="col-md-2 control-label col-md-offset-3"><?php 
    echo $lang['PRO1'];
    ?>
</label>
                    <div class="col-md-3">
                        <select class="form-control" id="pro1" name="pro1">
                            <option value=""></option>
                        <?php