Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 502795d688 |
@ -24,7 +24,7 @@
|
||||
{% php $import = include($file) %}
|
||||
|
||||
<div class="grid">
|
||||
<strong class="col route-name">{{ substr($file, strlen($path)) }}</strong>
|
||||
<strong class="col route-name">{{ substr((string) $file, strlen($path)) }}</strong>
|
||||
|
||||
<div class="col">
|
||||
{{ $import['namespace'] }}
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
<article class="picea">
|
||||
{% foreach $folder as $file %}
|
||||
<div class="grid">
|
||||
<strong class="col route-name">{{ substr($file, strlen($path)) }}</strong>
|
||||
<strong class="col route-name">{{ substr((string) $file, strlen($path)) }}</strong>
|
||||
<div>
|
||||
{#<a target="_blank" class="btn-red" href="">
|
||||
Voir
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user