Add version parameter to scripts and stylesheet paths in view/
This commit is contained in:
parent
42990ac0f4
commit
71cefc7c9e
27 changed files with 113 additions and 113 deletions
|
@ -18,7 +18,7 @@
|
|||
});
|
||||
});
|
||||
</script>
|
||||
<link rel="stylesheet" href="view/theme/frio/css/mod_admin.css" type="text/css" media="screen"/>
|
||||
<link rel="stylesheet" href="view/theme/frio/css/mod_admin.css?v={{$smarty.const.FRIENDICA_VERSION}}" type="text/css" media="screen"/>
|
||||
|
||||
<div id='adminpage' class="adminpage generic-page-wrapper">
|
||||
<h1>{{$title}} - {{$page}}</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue