Navigation Menu

Skip to content

Commit

Permalink
0019307: php code not executing in subscribe page header
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Jul 21, 2018
1 parent 3020ea2 commit e9bb277
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 e9bb277

Please sign in to comment.