

<div class="blocktitle"><?php echo $network['Network']['title'] ?></div>
<br>
 <div class="tar borb" style="margin-top: 14px">
    		
           
          <!--   <a onclick="self.history.back();" href="#" class="btn btn-mini">Back</a> -->
    </div>
<div style="clear: both;"></div>
<div class="w99p pdl10">
    <div class="row-fluid">
        <?php //pr($network);?>
        <h4 style="margin-bottom: 20px; margin-top: 20px"></h4>
            <div class="col-md-12" style="padding: 0;">
                <?php if (!empty($network['Network']['link2'])) { ?>
                    <img  src="<?php echo $network['Network']['link2']; ?>" class="img-responsive icimage2">
                    <?php
                } else {

                    echo $this->Html->image('noimagefound.jpg', array('style' => 'width: 100%; height: 200px;'));
                } 
                ?>
            </div>
       <!--  <div class="col-md-5" style="padding-left: 40px;">
                <table class="table-condensed" style="width: 100%;font-size:14px;">
                    <tr>
                        <td>Category</td>
                        <td>:&nbsp;</td>
                        <td><?php //echo $coursecategories[$network['Network']['category_id']] ?? '' ?></td>
                    </tr>
                    <tr>
                        <td>Skill Level</td>
                        <td>:&nbsp;</td>
                        <td><?php //echo $skills[$network['Network']['skill_id']] ?? '' ?></td>
                    </tr>
                    <tr>
                        <td>Language</td>
                        <td>:&nbsp;</td>
                        <td><?php //echo $languages[$network['Network']['language_id']] ?? '' ?></td>
                    </tr>
                    <tr>
                        <td>Country</td>
                        <td>:&nbsp;</td>
                        <td><?php //echo $countries[$network['Network']['country_id']] ?? '' ?></td>
                    </tr>

                    <tr>
                        <?php if ($courserole['Course']['courseStatus'] ?? '' == 4) { ?>
                            <td>Published</td>
                            <td>:&nbsp;</td>
                            <td><?php //echo date('M-j-Y', strtotime($network['Network']['modified'])) ?></td>
                        <?php } else { ?>
                            <td>Created</td>
                            <td>:&nbsp;</td>
                            <td><?php //echo date('M-j-Y', strtotime($network['Network']['created'])) ?></td>
                        <?php } ?>
                    </tr>
                </table>
            </div> -->
        <div style="clear: both;"></div>
        <div>
             <h4 class="brtb" style="margin-bottom: 20px; margin-top: 20px;text-align: center;">Our Mission</h4> 
            <p style="text-align: justify; font-size: 14px;"><?php echo $network['Network']['aboutNetwork'] ?></p> 
            <h4 class="brtb" style="margin-bottom: 20px; margin-top: 20px;text-align: center;">Our Story</h4>
            <p style="text-align: justify; font-size: 14px;"><?php echo $network['Network']['networkObjective'] ?></p>
            <!-- <h4 style="margin-bottom: 10px; margin-top: 10px">Network Description</h4>
            <p style="text-align: justify;"><?php //echo $network['Network']['description'] ?></p> -->
        </div>

    </div>
</div>
