|
|
|
|
@ -23,8 +23,10 @@ do_action( 'pb_custom_signup_form_handler' )
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
|
|
<title>Create your account</title> |
|
|
|
|
<link rel="stylesheet" type="text/css" href="<?php bloginfo( 'template_directory' ); ?>/dist/styles/aldine.css" />
|
|
|
|
|
<?php do_action( 'pb_custom_signup_header' ); |
|
|
|
|
// TODO: figure out how to customize/replace wp_head(); ?> |
|
|
|
|
<?php |
|
|
|
|
do_action( 'pb_custom_signup_header' ); |
|
|
|
|
// TODO: figure out how to customize/replace wp_head(); in this template. |
|
|
|
|
?> |
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<body class="page signup"> |
|
|
|
|
|