src/source/howto-skin.rst
branchdoc-dc
changeset 85 82165875e66b
parent 83 ee94d17857a4
child 104 942151432421
equal deleted inserted replaced
84:8eb1b401003a 85:82165875e66b
    26                         depends=(pyams_default_theme, )
    26                         depends=(pyams_default_theme, )
    27                         bottom=True
    27                         bottom=True
    28                         )
    28                         )
    29 
    29 
    30 
    30 
    31 Resource can include other resource already defined in pyams_default_theme
    31 :py:class:`Resource` can include others resources already defined with *depends* attribute, here `pyams_default_theme`.
    32 
    32 
    33 
    33 
    34 2) Create a new Layer to your skin
    34 2) Create a new Layer to your skin
    35 ----------------------------------
    35 ----------------------------------
    36 
    36