mirror of
https://github.com/YGGverse/Yo.git
synced 2026-04-02 18:55:30 +00:00
make paths relative
This commit is contained in:
parent
24904f667e
commit
880764aa49
4 changed files with 8 additions and 12 deletions
|
|
@ -272,7 +272,7 @@ $placeholder = sprintf(
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<form name="search" method="GET" action="<?php echo $config->webui->url->base; ?>/search.php">
|
||||
<form name="search" method="GET" action="search.php">
|
||||
<h1><?php echo _('Yo!') ?></h1>
|
||||
<input type="text" name="q" placeholder="<?php echo $placeholder ?>" value="" />
|
||||
<button type="submit">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue