mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Bad link fix.
This commit is contained in:
parent
13d54d8b3d
commit
7e0f22ac66
@ -4,7 +4,7 @@ if (!defined('e107_INIT')) { exit; }
|
|||||||
|
|
||||||
e107::lan('core','contact');
|
e107::lan('core','contact');
|
||||||
|
|
||||||
$head = '<form id="contact-menu" action="'.e_BASE.'contact.php" method="post" >';
|
$head = '<form id="contact-menu" action="'.e_HTTP.'contact.php" method="post" >';
|
||||||
|
|
||||||
|
|
||||||
//XXX Template must conform to Bootstrap specs: http://twitter.github.com/bootstrap/base-css.html#forms
|
//XXX Template must conform to Bootstrap specs: http://twitter.github.com/bootstrap/base-css.html#forms
|
||||||
|
Loading…
x
Reference in New Issue
Block a user