0
私はopencartとphpで新しいです。私は今、私はビュー/テンプレートに入れ用/共通/Opencart管理パネル新しいカテゴリ作成の前提問題
<li><a href="<?php echo $catridge; ?>"><?php echo $text_catridge; ?></a></li>
をmenu.tplも、私は中に入れすでに
を管理パネルでカスタムフォームを作成しようとpremissionの問題を抱えている
problem when I press on text catridgeよ管理者/コントローラ/共通/ menu.php
$data['text_catridge']= $this ->language->get('text_catridge');
どのようにその前提を作り、次に何をするのですか?
ありがとうございました –