diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-10-12 11:04:12 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-10-12 11:15:32 +0100 |
| commit | dd6b2bfcc550270bb6d6778e11576148f71e4330 (patch) | |
| tree | 9462a8eabe1103a0e79c18c521b6b4858a3fb2dc /resources/views/individual-list-page.phtml | |
| parent | afb591d7c8a3029b0ca03e6d185cacca3c22eb5f (diff) | |
| download | webtrees-dd6b2bfcc550270bb6d6778e11576148f71e4330.tar.gz webtrees-dd6b2bfcc550270bb6d6778e11576148f71e4330.tar.bz2 webtrees-dd6b2bfcc550270bb6d6778e11576148f71e4330.zip | |
Use .phtml extension for template files
Diffstat (limited to 'resources/views/individual-list-page.phtml')
| -rw-r--r-- | resources/views/individual-list-page.phtml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/views/individual-list-page.phtml b/resources/views/individual-list-page.phtml new file mode 100644 index 0000000000..fc9de325be --- /dev/null +++ b/resources/views/individual-list-page.phtml @@ -0,0 +1,7 @@ +<h2 class="wt-page-title"> + <?= $title ?> +</h2> + +<div class="wt-page-content"> + <?= $content ?> +</div> |
