Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Yokihito Oki
/
kanoya-univercity-prod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
9a1f3e38
authored
2020-10-15 16:46:57 +0900
by
TaishiTokudome
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ビデオライブラリ用モジュール修正
1 parent
06d3021b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/mod/mod_articles_category_custom/tmpl/default.php
src/mod/mod_articles_category_custom/tmpl/default.php
View file @
9a1f3e3
...
...
@@ -10,7 +10,6 @@
defined
(
'_JEXEC'
)
or
die
;
$catid
=
JRequest
::
getInt
(
'catid'
);
error_log
(
print_r
(
$list
,
true
)
.
"
\n
"
,
3
,
'/var/www/html/debug.log'
);
?>
<!-- 記事カテゴリーの表示 -->
<h3>
<?php
echo
$list
[
0
]
->
category_title
;
?>
</h3>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment