Skip to content

Commit

Permalink
Merge pull request #1524 from tripal/tv4g0-issue1502-file-extension-i…
Browse files Browse the repository at this point in the history
…nc-to-php-2

Tripal 4 rename some remaining .inc files to .php - issue1502 - part 2
  • Loading branch information
laceysanderson committed May 23, 2023
2 parents 54d80cf + ed8ce0d commit 5bdb1ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @file
* Contains tripal_entity.page.inc.
* Contains tripal_entity.page.php.
*
* Page callback for Tripal Content entities.
*/
Expand Down
4 changes: 2 additions & 2 deletions tripal/tripal.module
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ function tripal_theme() {

$theme['tripal_entity'] = array(
'render element' => 'elements',
'file' => 'templates/tripal_entity.page.inc',
'file' => 'templates/tripal_entity.page.php',
'template' => 'tripal_entity',
);

$theme['tripal_entity_content_add_list'] = [
'render element' => 'types',
'variables' => ['types' => NULL],
'file' => 'templates/tripal_entity.page.inc',
'file' => 'templates/tripal_entity.page.php',
];

return $theme;
Expand Down

0 comments on commit 5bdb1ee

Please sign in to comment.