Ignore:
Timestamp:
Oct 30, 2014 3:49:51 PM (11 years ago)
Author:
quyenla
Message:

collaborator page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/views/layout/admin/footer.php

    r343 r345  
    172172                                },
    173173                        });
     174                             
    174175                </script>
     176                <?php
     177                if (isset($adminjs))
     178                {
     179                foreach ($adminjs as $file)
     180                {
     181                ?>
     182                <script type="text/javascript" src="<?php echo $base_url;?><?php echo $file?>"></script>
     183                <?php
     184                }
     185                }
     186                ?>
    175187        </body>
    176188</html>
Note: See TracChangeset for help on using the changeset viewer.