PHP Classes

File: examples/blog/app/admin/templates/admin.php

Recommend this page to a friend!
  Classes of Haseeb Ahmad Basil   PHP Skeleton Framework   examples/blog/app/admin/templates/admin.php   Download  
File: examples/blog/app/admin/templates/admin.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Skeleton Framework
Extensive Web application development framework
Author: By
Last change:
Date: 8 years ago
Size: 297 bytes
 

Contents

Class file image Download
<div id="header">
        <h2>Admin</h2>
        <p>With this link you can <a href="login/logout">log out</a></p>
        <ul>
            <li><a href="admin/posts/">Manage Posts</a></li>
            <li><a href="admin/comments/">Manage Comments</a></li>
            <li><a href="admin/settings/">Manage Settings</a></li>
        </ul>
    </div>