| [ Index ] |
PHP Cross Reference of GlotPress |
[Summary view] [Print] [Text view]
1 <?php 2 gp_title( __('Projects < GlotPress') ); 3 gp_breadcrumb(array( __('Projects') )); 4 gp_tmpl_header(); 5 ?> 6 <h2>Projects</h2> 7 <ul> 8 <?php foreach($projects as $project): ?> 9 <li><?php gp_link_project( $project, esc_html( $project->name ) ); ?> <?php gp_link_project_edit( $project, null, array('class' => 'bubble') ); ?></li> 10 <?php endforeach; ?> 11 </ul> 12 <?php if ( GP::$user->current()->can( 'write', 'project' ) ): ?> 13 <p class="actionlist secondary"><?php gp_link( gp_url_project( '-new' ), __('Create a New Project') ); ?></p> 14 <?php endif; ?> 15 <?php gp_tmpl_footer(); ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu May 24 03:59:35 2012 | Hosted by follow the white rabbit. |