Guest User

Untitled

a guest
Dec 14th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1. <div id="col2">
  2. <p><a href="<?= site_href( 'property/cmsindex' ); ?>">Properties</a></p>
  3. <h2>New property</h2>
  4.  
  5. <p><?= /*$html->tagErrorMsg( 'property/name', 'Name must not be blank.' );*/ ?>
  6. <?= /*$html->tagErrorMsg( 'property/description', 'Description must not be blank.' );*/ ?></p>
  7.  
  8. <?
  9. include( element_filename( "property_form" ) );
  10. ?>
  11. </div>
Add Comment
Please, Sign In to add comment