refactoring
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
function preview()
|
||||
{
|
||||
$preview = '
|
||||
<div class="full-height">
|
||||
<div class="form_card" id="md_preview">
|
||||
</div>
|
||||
</div>
|
||||
';
|
||||
|
||||
return $preview;
|
||||
}
|
||||
Reference in New Issue
Block a user