| 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> |