mercredi 27 décembre 2017

pics not loading in codeignitor

I am new to codeignitor and trying to make a controller and a view.controller is made successfully made and calling the view. view is also being called successfully but images are not shwoing. I have tried puting pics is same folder as the views and in other folder but none worked

View

            <!doctype html>
        <html>
<head>
<!-- Latest compiled and minified CSS -->
<meta charset="utf-8">
<title>Untitled Document</title>
<!--<link href="/assists/css/font-awsome.css" rel="stylesheet" type="text/css">-->
<!--<link type="text/css" rel="stylesheet" href="/assists/css/stylecinemax.css">-->
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="style2.css">
<!-- Start CSS Slideshow HEAD section -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<script type="text/javascript" src="engine1/jquery.js"></script>
<!-- End CSS Slider HEAD section -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://ift.tt/2apRjw3">

<!-- jQuery library -->
<script src="http://ift.tt/2nYZfvi"></script>

<!-- Latest compiled JavaScript -->
<script src="http://ift.tt/2aHTozy"></script>
</head>




<body>

        <div class="header">
            <a class="cinestar" href="#"></a>
            <a id="membersarealink" style="margin-left: 5%" href="#" class="toplink">Home</a>
            <a id="corporatelink" href="#" class="toplink">Corporate</a>
            <div class="imaxbox">
                    <div class="sponsor"><img src="pics/sponsorlogo.png" height="32"></div>
                </div>
                <a id="gallerycinestar" href="#" class="toplink">Gallery</a>
                <a id="aboutus" href="#" class="toplink">About</a>
                <a id="contactuscinestar" href="#" class="toplink">Contact</a>
                <div class="contactinfo">
                    <h1>(042) 111 cinema</h1>
                    <a href="#" class="socialicon"><img src="googleplus-header.png" width="24"></a>
                    <a href="#" class="socialicon" target="_blank"><img src="../pics/2.png" width="24"></a>
                    <a href="#" class="socialicon" target="_blank"><img src="../pics/imax-logo.png" width="24"></a>
                </div>
                <div class="topticker" style="background-color:gainsboro">
                    <span>
                        <a class="online-booking-dialogue" href="login.php">Login</a>
                        <a class="members-area-dialogue" href="registration.php" target="_blank">MEMBER REGISTRATION</a>
                    </span>
                    <p style="padding-left: 2%">
                        To get SMS Alerts of our daily schedule and promotions, please dial 111 CINEMA from your cellphone 
                    </p>
                </div>  <!--toptickter-->


        </div> <!--header-->
    </body>
    </html>

COntroller

<?php

class front_page extends CI_Controller{

public function one()
{

 $this->load->view('header');
}


}

this is the output output




Aucun commentaire:

Enregistrer un commentaire