File tree 8 files changed +5
-5
lines changed
8 files changed +5
-5
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 108
108
<meta name="publisher" content="phpMyFAQ Team">
109
109
<meta name="MSSmartTagsPreventParsing" content="true">
110
110
111
- <link rel="stylesheet" href="css/style.css?v=1">
111
+ <link rel="stylesheet" href="assets/ css/style.css?v=1">
112
112
113
113
<script src="../assets/js/libs/modernizr.min.js"></script>
114
114
<script src="../assets/js/libs/jquery.min.js"></script>
Original file line number Diff line number Diff line change 38
38
$ exportsPage = false ;
39
39
$ backupPage = false ;
40
40
$ configurationPage = false ;
41
- $ edAutosave = (('editentry ' == $ action ) && $ faqConfig ->get ('records.autosaveActive ' ));
41
+ $ edAutosave = (('editentry ' === $ action ) && $ faqConfig ->get ('records.autosaveActive ' ));
42
42
43
43
$ adminHelper = new PMF_Helper_Administration ();
44
44
$ adminHelper ->setPermission ($ permission );
179
179
<meta name="publisher" content="phpMyFAQ Team">
180
180
<meta name="MSSmartTagsPreventParsing" content="true">
181
181
182
- <link rel="stylesheet" href="css/style.css?v=1">
182
+ <link rel="stylesheet" href="assets/ css/style.css?v=1">
183
183
<link rel="stylesheet" href="../assets/js/plugins/autocomplete/jquery.autocomplete.css" type="text/css">
184
184
<link rel="stylesheet" href="../assets/js/plugins/datePicker/datePicker.css" type="text/css">
185
185
193
193
<script src="editor/tiny_mce.js?<?php print time (); ?> "></script>
194
194
195
195
<?php if ($ edAutosave ): ?>
196
- <script>var pmfAutosaveInterval = <?php echo $ faqConfig ->get ('records.autosaveSecs ' ) ?> ;</script>
196
+ <script>var pmfAutosaveInterval = <?php echo $ faqConfig ->get ('records.autosaveSecs ' ) ?> ;</script>
197
197
<script src="../assets/js/autosave.js"></script>
198
198
<?php endif ; ?>
199
199
Original file line number Diff line number Diff line change 341
341
<h2><?php print $ PMF_LANG ['ad_user ' ]; ?> </h2>
342
342
</header>
343
343
344
- <script type="text/javascript" src="js/user.js"></script>
344
+ <script type="text/javascript" src="assets/ js/user.js"></script>
345
345
<script type="text/javascript">
346
346
/* <![CDATA[ */
347
347
You can’t perform that action at this time.
0 commit comments