/[drupal]/contributions/modules/api/templates/api-branch-default-page.tpl.php
ViewVC logotype

Diff of /contributions/modules/api/templates/api-branch-default-page.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.1, Wed Aug 5 07:31:19 2009 UTC revision 1.1.2.2, Sun Oct 18 23:07:52 2009 UTC
# Line 1  Line 1 
1  <?php if (!empty($branch)) { ?>  <?php if (!empty($branch)) { ?>
2    <h3><?php print l('Topics', 'api/groups/' . $branch); ?></h3>    <h3><?php print l('Topics', 'api/groups/' . $branch->branch_name); ?></h3>
3    <?php print api_page_listing($branch, 'group'); ?>    <?php print api_page_listing($branch, 'group'); ?>
4    <h3><?php print l('Files', 'api/files/' . $branch); ?></h3>    <h3><?php print l('Files', 'api/files/' . $branch->branch_name); ?></h3>
5    <h3><?php print l('Globals', 'api/globals/' . $branch); ?></h3>    <h3><?php print l('Globals', 'api/globals/' . $branch->branch_name); ?></h3>
6    <h3><?php print l('Constants', 'api/constants/' . $branch); ?></h3>    <h3><?php print l('Constants', 'api/constants/' . $branch->branch_name); ?></h3>
7    <h3><?php print l('Functions', 'api/functions/' . $branch); ?></h3>    <h3><?php print l('Functions', 'api/functions/' . $branch->branch_name); ?></h3>
8    <h3><?php print l('API Search', 'api/search/' . $branch); ?></h3>    <h3><?php print l('API Search', 'api/search/' . $branch->branch_name); ?></h3>
9  <?php } ?>  <?php } ?>
10    
11  <p class="api-no-mainpage"><em><?php print t('A main page for this branch has not been indexed. A documentation comment with <code>@mainpage {title}</code> needs to exist, or has not been indexed yet. For Drupal core, this is available in the <a href="http://cvs.drupal.org/viewvc.py/drupal/contributions/docs/developer/">developer documentation</a> in the contributions repository.'); ?></em></p>  <p class="api-no-mainpage"><em><?php print t('A main page for this branch has not been indexed. A documentation comment with <code>@mainpage {title}</code> needs to exist, or has not been indexed yet. For Drupal core, this is available in the <a href="http://cvs.drupal.org/viewvc.py/drupal/contributions/docs/developer/">developer documentation</a> in the contributions repository.'); ?></em></p>

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2