12:58:35 <randomresult> im trying to get rid of some switchcase - now i have this: https://gist.github.com/randomresult/7b1d9cc1a7b228b351bf
12:59:17 <randomresult> problem is, that i use the sections to define some variables. but i dont get them back from the partial/section - some a hint what i did wrong?
12:59:58 <randomresult> so im trying to dynamicaly render some partials/sections
15:42:37 <Guest|96946> i have a selctbox in the page configuration. Does this variable always apply to all pages which use this template? Is it possible to use this value only on the modified page?
15:44:56 <Guest|96946> i want to control the style of a submenu with this selectbox
15:48:14 <Guest|96946> when i render the menu i want to use this value to decide which style to use
15:49:58 <randomresult> Guest|96946 you can inherit this and clear if needed
15:50:25 <randomresult> was it inherit? dont remember... just a sec
17:27:14 <NamelessCoder> or add as sibling of your other <f:section> named InPuts, an <f:section name="InPut"></f:section> which gets rendered if no value exists in the settings.split variable
17:28:13 <randomresult> could u please sit next to me and be my autocompletion in PHP-Storm?