diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-03-02 21:27:03 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-03-02 21:28:03 +0000 |
| commit | cab242e7d7a773b0a6dab130048696e26fd6612c (patch) | |
| tree | ee856b54e504e16d8c39bb9a5057148cd83d78c9 /resources/views/family-page.phtml | |
| parent | 041cc9179fec8ae3763d2cdf46af3c9343d04404 (diff) | |
| download | webtrees-cab242e7d7a773b0a6dab130048696e26fd6612c.tar.gz webtrees-cab242e7d7a773b0a6dab130048696e26fd6612c.tar.bz2 webtrees-cab242e7d7a773b0a6dab130048696e26fd6612c.zip | |
Use app() shortcut
Diffstat (limited to 'resources/views/family-page.phtml')
| -rw-r--r-- | resources/views/family-page.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/family-page.phtml b/resources/views/family-page.phtml index 9f9dbe1dbc..669ddaa0b3 100644 --- a/resources/views/family-page.phtml +++ b/resources/views/family-page.phtml @@ -31,7 +31,7 @@ <div class="wt-page-content"> <table id="family-table" class="w-100" role="presentation"> <tr style="vertical-align:top;"> - <td style="width: <?= app()->make(ModuleThemeInterface::class)->parameter('chart-box-x') + 30 ?>px;"> + <td style="width: <?= app(ModuleThemeInterface::class)->parameter('chart-box-x') + 30 ?>px;"> <?php FunctionsCharts::printFamilyChildren($record) ?> </td> <td> |
