Skip to main content

다보리 Theme 폴더의 구조

Theme 폴더의 구조

다보리 테마폴더는 두가지로 분류됩니다.

1. pro (서비스 페이지)

    기업이나 조직 외부에 있는 게스트 및 고객 구성원을 대상으로 하는 프론트 오피스 페이지입니다.

- pro 폴더의 구조 예시

├─themes

      ├─erponly

             ├─erp

                    ├─shell

              ├─pro

                    ├─routes

                    ├─shell

              ├─qry

2. erp (관리자 페이지)

    기업이나 조직 내 직원 및 관리자를 대상으로 하는 백오피스 페이지입니다.

- erp 폴더의 구조 예시

├─themes

      ├─erp

            ├─shell

      ├─pro

            ├─app

                    ├─Http

                    ├─Services

            ├─para

            ├─resources

            ├─routes

            ├─shell

    • 예시)

      local PC: $ cd pro newerp-php73

                    $ cd /Users/EricKim/docker-works/php/newerp-php73/dbrerp/public/themes/pro

      server : $ cd pro newerp cd /home/newerp/public_html/public/themes/pro

       

      local PC: $ cd erp newerp-php73

                    $ cd /Users/EricKim/docker-works/php/newerp-php73/dbrerp/public/themes/erp

      server : $ cd pro newerp cd /home/newerp/public_html/public/themes/erp