Browse Source

- Fix 2 little issues

pull/16/head
Jaussoin Timothée 12 years ago
parent
commit
d62f3c3bb2
  1. 1
      app/widgets/ContactInfo/contactinfo.css
  2. 2
      system/Route.php

1
app/widgets/ContactInfo/contactinfo.css

@ -1,4 +1,5 @@
#contactinfo a {
display: inline-block;
margin-top: 1em;
}

2
system/Route.php

@ -87,7 +87,7 @@ class Route extends \BaseController {
}
// Here we got a beautiful rewriten URL !
else {
$uri = $page;
$uri = BASE_URI . $page;
if($params != false && is_array($params))
foreach($params as $value)
$uri .= '/'.$value;

Loading…
Cancel
Save