Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<style type="text/css">
.fosaction{  font: 1.6em/1.2em Helvetica,Arial,sans-serif;margin: 5px;text-align: center;display: block;}
</style>
<?php
        $authorized = $this->session->userdata('authorized');
        if(isset($authorized) && !empty($authorized)):?>
        <a class="fosaction" href="<?php echo base_url();?>fos/changeuser">
                Placing Order for : <?php echo $authorized['email'];?>&nbsp;&nbsp;Change User
        </a>
<?php endif;?>