Changeset 647 for pro-violet-viettel/sourcecode/application/modules/frontend/views/lecture_editor.php
- Timestamp:
- Dec 5, 2014 4:46:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/views/lecture_editor.php
r632 r647 4 4 $this->load->view('layout/frontend/sidebar'); 5 5 ?> 6 6 7 <div class="main-content"> 8 <!-- <input type="button" value="Open" id="open-lecture"> --> 7 9 <div class="page-content no-padding"> 8 10 <!-- PAGE CONTENT BEGINS --> … … 97 99 var url= "<?php echo base_url();?>"; 98 100 var first_visit= "<?php echo $first_visit;?>"; 99 100 101 var update_user_info="<?php echo $update_user_info;?>"; 102 var us_id="<?php echo $us_id;?>"; 101 103 </script> 102 104 <?php
Note: See TracChangeset
for help on using the changeset viewer.