X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fcbi%2Fluasrc%2Fview%2Fcbi%2Fvalueheader.htm;h=f3da909e668374b5372e77a8aab951fbd3e24f81;hp=8d9802f57fba99d3c1beffa07354541ecdc71174;hb=38bdb5f504d93efe16fdb2e17ad2ebdab7307277;hpb=d35a620e9f5665a94967f4bd02c93581a1dd7e00 diff --git a/libs/cbi/luasrc/view/cbi/valueheader.htm b/libs/cbi/luasrc/view/cbi/valueheader.htm index 8d9802f57..f3da909e6 100644 --- a/libs/cbi/luasrc/view/cbi/valueheader.htm +++ b/libs/cbi/luasrc/view/cbi/valueheader.htm @@ -1,5 +1,16 @@ -<% if valueheader then - include(valueheader) -else - include("cbi/full_valueheader") -end %> \ No newline at end of file +<%# +LuCI - Lua Configuration Interface +Copyright 2008 Steven Barth +Copyright 2008 Jo-Philipp Wich + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +$Id$ + +-%> + +<% include( valueheader or "cbi/full_valueheader" ) %>