Welcome Guest, Not a member yet? Register   Sign In
TinyMCE
#5

[eluser]rijobo[/eluser]
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
&lt;html &gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
&lt;link rel="stylesheet" href="&lt;?php echo base_url();?&gt;css/style.css" type="text/css" media="screen" /&gt;
&lt;link rel="stylesheet" type="text/css" href="&lt;?php echo base_url();?&gt;css/pro_dropdown_2.css" /&gt;
[removed][removed]
[removed][removed]
[removed] AC_FL_RunContent = 0; [removed]
[removed] DetectFlashVer = 0; [removed]
[removed][removed]
[removed]
&lt;!--
// -----------------------------------------------------------------------------
// Globals
// Major version of Flash required
var requiredMajorVersion = 9;
// Minor version of Flash required
var requiredMinorVersion = 0;
// Revision of Flash required
var requiredRevision = 45;
// -----------------------------------------------------------------------------
// --&gt;
[removed]
&lt;!-- OF COURSE YOU NEED TO ADAPT NEXT LINE TO YOUR tiny_mce.js PATH --&gt;
[removed][removed]
[removed]
tinyMCE.init({
    mode : "textareas"
});
[removed]

&lt;title&gt;&lt;?php echo $title; ?&gt;&lt;/title&gt;
&lt;/head&gt;

&lt;body&gt;
    <div class="container">
        <div class="page">
            <div class="header">
                &lt;?php $this-> load-> view('admin_header');?&gt;
            </div>
            <div class="left">
                &lt;?php $this-> load-> view('admin_left');?&gt;
            </div>
            <div class="content">
                &lt;?php $this-> load-> view($main);?&gt;
                &lt;?php $this-> load-> view('fotos');?&gt;    
            </div>
            <div class="right">
                &lt;?php $this-> load-> view('agenda');?&gt;
            </div>
        </div>
    </div>
&lt;/body&gt;
&lt;/html&gt;


Messages In This Thread
TinyMCE - by El Forum - 08-29-2010, 01:10 AM
TinyMCE - by El Forum - 08-29-2010, 01:21 AM
TinyMCE - by El Forum - 08-29-2010, 01:43 AM
TinyMCE - by El Forum - 08-29-2010, 04:03 AM
TinyMCE - by El Forum - 08-29-2010, 09:57 AM
TinyMCE - by El Forum - 08-29-2010, 11:04 AM
TinyMCE - by El Forum - 08-29-2010, 12:02 PM
TinyMCE - by El Forum - 08-29-2010, 03:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB