Exemplo n.º 1
0
          <ul>
          	<li>Provide a simple admin system that could give easy access to all users,</li>
            <li>Help users quickly build custom web applications,</li>
            <li>Avoid conflict system due to uncategorized sets of page management to the users,</li>
            <li>Work equally as well for simple marketing websites CMS needs and for more complex applications.</li>
          </ul>
        </div>
        
        <div class="col2 home_news">
        	<h3>Newsletter Information</h3>
          <p>Hello Admin! <br> You have (0) subcriber today.</p>
          
        	<h4>Recent Updates</h4>
          <dl>
          	<? 
				$adminAction = AdminAction::displayAll();
				foreach($adminAction as $adminActions) {
			?>
                    <dt>By: <strong><?php 
echo $adminActions->fldActionUsername;
?>
</strong></dt>
                    <dt class="smaller timeago" title="<?php 
echo $adminActions->fldActionDateTime;
?>
"> <?php 
echo $adminActions->fldActionDateTime;
?>
 </dt>
                    <dd><?php 
echo $adminActions->fldActionUpdates;