File tree Expand file tree Collapse file tree 2 files changed +33
-30
lines changed
Ajax/semantic/html/elements Expand file tree Collapse file tree 2 files changed +33
-30
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class HtmlHeader extends HtmlSemDoubleElement {
1515
1616 public function __construct ($ identifier , $ niveau =1 , $ content =NULL , $ type ="page " ) {
1717 parent ::__construct ($ identifier , "div " , "ui header " );
18- $ this ->_template ="<%tagName% %properties%>%image%%content%</%tagName%> " ;
18+ $ this ->_template ="<%tagName% %properties%>%image%%wrapContentBefore%% content%%wrapContentAfter %</%tagName%> " ;
1919 if (isset ($ type )) {
2020 if ($ type == "page " ) {
2121 $ this ->asPageHeader ($ niveau );
Original file line number Diff line number Diff line change 11{
2- "name" : " phpmv/php-mv-ui" ,
3- "description" : " A JQuery and UI library for php and php MVC frameworks" ,
4- "type" : " phpMv-UI" ,
5- "keywords" : [
6- " php" ,
7- " jquery" ,
8- " phalcon" ,
2+ "name" : " phpmv/php-mv-ui" ,
3+ "description" : " A JQuery and UI library for php and php MVC frameworks" ,
4+ "type" : " phpMv-UI" ,
5+ "keywords" : [
6+ " php" ,
7+ " jquery" ,
8+ " phalcon" ,
99 " symfony" ,
1010 " laravel" ,
1111 " Yii" ,
1212 " codeIgniter" ,
13- " twitter bootstrap" ,
14- " jquery ui" ,
15- " semantic ui" ,
16- " framework"
17- ],
18- "require" : {
19- "php" : " >5.3.9" ,
20- "frameworks/jquery" : " ~2.1" ,
21- "components/jqueryui" : " ~1.11" ,
22- "twitter/bootstrap" : " ~3.3"
23- },
24- "autoload" : {
25- "psr-4" : { "Ajax\\ " : " Ajax/" }
26- },
27- "license" : " Apache License Version 2" ,
28- "authors" : [
29- {
30- "name" : " Jean-Christophe HERON" ,
31- "email" : " myaddressmail@gmail.com" ,
32- "role" : " Developer"
33- }
34- ]
13+ " twitter bootstrap" ,
14+ " jquery ui" ,
15+ " semantic ui" ,
16+ " framework"
17+ ],
18+ "require" : {
19+ "php" : " >5.3.9" ,
20+ "frameworks/jquery" : " ~2.1"
21+ },
22+ "suggest" : {
23+ "components/jqueryui" : " ~1.11" ,
24+ "twitter/bootstrap" : " ~3.3" ,
25+ "semantic/ui" : " ~2.2.1"
26+ },
27+ "autoload" : {
28+ "psr-4" : { "Ajax\\ " : " Ajax/" }
29+ },
30+ "license" : " Apache License Version 2" ,
31+ "authors" : [
32+ {
33+ "name" : " Jean-Christophe HERON" ,
34+ "email" : " myaddressmail@gmail.com" ,
35+ "role" : " Developer"
36+ }
37+ ]
3538}
You can’t perform that action at this time.
0 commit comments