コロナページ フィードバック対応
Showing
3 changed files
with
13 additions
and
1 deletions
... | @@ -177,6 +177,10 @@ $catid = JRequest::getInt('catid'); | ... | @@ -177,6 +177,10 @@ $catid = JRequest::getInt('catid'); |
177 | } else { //TOP以外 | 177 | } else { //TOP以外 |
178 | ?> | 178 | ?> |
179 | <?php | 179 | <?php |
180 | // error_log("chk\n", 3, '/var/www/html/debug.log'); | ||
181 | // error_log("\n", 3, '/var/www/html/debug.log'); | ||
182 | // error_log($moduleclass_sfx, 3, '/var/www/html/debug.log'); | ||
183 | // error_log("\n", 3, '/var/www/html/debug.log'); | ||
180 | if ($moduleclass_sfx == 'covid-19-students' || | 184 | if ($moduleclass_sfx == 'covid-19-students' || |
181 | $moduleclass_sfx == 'covid-19-staff') { | 185 | $moduleclass_sfx == 'covid-19-staff') { |
182 | ?> | 186 | ?> | ... | ... |
... | @@ -27,6 +27,14 @@ | ... | @@ -27,6 +27,14 @@ |
27 | margin-left: 8px; | 27 | margin-left: 8px; |
28 | } | 28 | } |
29 | 29 | ||
30 | .newsbox.covid-19 .mod-articles-category-category { | ||
31 | display: none; | ||
32 | } | ||
33 | |||
34 | .newsbox.covid-19 .txt { | ||
35 | width: 100%; | ||
36 | } | ||
37 | |||
30 | .newsbox.covid-19 .icon_new { | 38 | .newsbox.covid-19 .icon_new { |
31 | background-color: #cd0e0e; | 39 | background-color: #cd0e0e; |
32 | color: #fff; | 40 | color: #fff; | ... | ... |
-
Please register or sign in to post a comment