source: pro-violet-viettel/sourcecode/application/modules/frontend/views/help.php @ 937

Last change on this file since 937 was 821, checked in by namnd, 10 years ago
File size: 287 bytes
Line 
1<?php $base_url = base_url(); ?>
2<!DOCTYPE html>
3<html>
4<body marginwidth="0" marginheight="0" style="background-color: rgb(38,38,38)">
5<?php
6$this->output
7        ->set_content_type('application/pdf')
8        ->set_output(file_get_contents($base_url.'assets/help.pdf'));
9?>
10</body>
11</html>
Note: See TracBrowser for help on using the repository browser.