mirror of
https://github.com/friendica/friendica
synced 2025-04-23 23:10:10 +00:00
Move profile-related templates to sub-folder
This commit is contained in:
parent
0d1befdf2d
commit
9803c96db4
12 changed files with 4 additions and 16 deletions
|
@ -87,7 +87,7 @@ class Register extends BaseModule
|
|||
if (DI::config()->get('system', 'publish_all')) {
|
||||
$profile_publish = '<input type="hidden" name="profile_publish_reg" value="1" />';
|
||||
} else {
|
||||
$publish_tpl = Renderer::getMarkupTemplate('profile_publish.tpl');
|
||||
$publish_tpl = Renderer::getMarkupTemplate('profile/publish.tpl');
|
||||
$profile_publish = Renderer::replaceMacros($publish_tpl, [
|
||||
'$instance' => 'reg',
|
||||
'$pubdesc' => DI::l10n()->t('Include your profile in member directory?'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue