Skip to content

imransilvake/multisite-image-slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multisite Image Slider

A Multisite Image Slider build to handle company's multiple websites from a central place. It is built using PHP OXID Framework.

Alt text

Content

  • Introduction to Oxid Framework
  • In-depth use of CSS properties
  • Advance usage of Bootstrap
  • Usage of TinyMCE

Libraries and Frameworks

External

Usage

Home Page

[{* dwstage *}]
[{assign var="active_module" value=$oView->active_module}]
[{if !empty( $active_module ) }]
    [{block name="dwstage_start"}]
        [{oxid_include_widget cl="dwstage_start"}]
    [{/block}]
[{/if}]

Category Page

[{* dwstage *}]
[{assign var="active_module" value=$oView->active_module}]
[{if !empty( $active_module ) }]
    [{block name="dwstage_list"}]
        [{oxid_include_widget cl="dwstage_list" isAbsolute=$isNotDeepestCat}]
    [{/block}]
[{/if}]