Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Should we use `{{url("theme://"}}` or {{theme_url}}

Started by Muut Archive 10 years ago · 2 replies · 378 views
10 years ago

Hi, I was wondering is there a difference between:

<img src="{{ url("theme://" ~ 'statics/img/design/travel.jpg') }}" >

and

<img src="{{ theme_url }}/statics/img/design/travel.jpg" >

They both find the image path and both have exactly the same path, in absolute, from the server root.

Thank you,
Sebastien

10 years ago

theme_url is a shortcut to url("theme://"), so you can use both as you prefer.

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1368 9 years ago
Archive · by Muut Archive, 9 years ago
2 940 9 years ago
Archive · by Muut Archive, 9 years ago
2 4069 9 years ago
Archive · by Muut Archive, 9 years ago
1 2960 9 years ago
Archive · by Muut Archive, 9 years ago
3 1125 9 years ago