Skip to content

Commit

Permalink
Merge pull request #62 from mariez/mantis-19307
Browse files Browse the repository at this point in the history
0019307: php code not executing in subscribe page header
  • Loading branch information
mariez committed Jul 21, 2018
2 parents 3020ea2 + e9bb277 commit 1f1c8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontendheader.php
Expand Up @@ -2,7 +2,7 @@
<meta name="theme-color" content="#2C2C2C"/>
<link rel="apple-touch-icon" href="./images/phplist-touch-icon.png" />
<link rel="apple-touch-icon-precomposed" href="./images/phplist-touch-icon.png" />
<link rel="stylesheet" href="admin/ui/phplist-ui-bootlist/css/style.css?v=<?php echo filemtime(dirname(__FILE__).'/css/style.css'); ?>" />
<link rel="stylesheet" href="admin/ui/phplist-ui-bootlist/css/style.css" />
</head>

<body class="fixed invisible">
Expand All @@ -19,4 +19,4 @@

<div class="panel">
<br />
<div class="content well">
<div class="content well">

0 comments on commit 1f1c8f0

Please sign in to comment.