Example #1
0
<?php

system\Helper::arcAddHeader("css", system\Helper::arcGetThemePath() . "css/smartadmin-bootstrap.min.css");
system\Helper::arcAddHeader("css", system\Helper::arcGetThemePath() . "css/smartadmin-production-plugins.min.css");
system\Helper::arcAddHeader("css", system\Helper::arcGetThemePath() . "css/smartadmin-production.min.css");
system\Helper::arcAddHeader("css", system\Helper::arcGetThemePath() . "css/smartadmin-skins.min.css");
system\Helper::arcAddHeader("css", "http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,400,700");
system\Helper::arcAddHeader("css", system\Helper::arcGetThemePath() . "css/styles.css");
system\Helper::arcAddFooter("js", system\Helper::arcGetThemePath() . "js/SmartNotification.min.js");
system\Helper::arcAddFooter("js", system\Helper::arcGetThemePath() . "js/app.config.js");
system\Helper::arcAddFooter("js", system\Helper::arcGetThemePath() . "js/app.min.js");
system\Helper::arcAddFooter("js", system\Helper::arcGetThemePath() . "js/storage.js");
system\Helper::arcAddFooter("js", system\Helper::arcGetThemePath() . "js/styles.js");
Example #2
0
<?php

system\Helper::arcAddHeader("css", system\Helper::arcGetThemePath() . "css/style.css");
system\Helper::arcAddHeader("css", system\Helper::arcGetThemePath() . "css/green.css");
system\Helper::arcAddHeader("css", system\Helper::arcGetThemePath() . "css/sweet-alert.css");
system\Helper::arcAddHeader("favicon", system\Helper::arcGetThemePath() . "images/logo-48x48.png");
system\Helper::arcAddFooter("js", system\Helper::arcGetThemePath() . "js/main.js");
system\Helper::arcAddFooter("js", system\Helper::arcGetThemePath() . "js/sweet-alert.min.js");
Example #3
0
<?php

system\Helper::arcAddFooter("js", system\Helper::arcGetModulePath() . "js/pagemanager.js");
//summernote
system\Helper::arcAddFooter("js", system\Helper::arcGetPath() . "js/codemirror/codemirror.js");
system\Helper::arcAddFooter("js", system\Helper::arcGetPath() . "js/codemirror/xml.js");
system\Helper::arcAddFooter("js", system\Helper::arcGetPath() . "js/summernote.min.js");
system\Helper::arcAddHeader("css", system\Helper::arcGetPath() . "css/codemirror/codemirror.css");
system\Helper::arcAddHeader("css", system\Helper::arcGetPath() . "css/codemirror/monokai.css");
system\Helper::arcAddHeader("css", system\Helper::arcGetPath() . "css/summernote.css");
Example #4
0
<?php

system\Helper::arcAddHeader("css", system\Helper::arcGetThemePath() . "css/sweet-alert.css");
system\Helper::arcAddFooter("js", system\Helper::arcGetThemePath() . "js/main.js");
system\Helper::arcAddFooter("js", system\Helper::arcGetThemePath() . "js/sweet-alert.min.js");
Example #5
0
<?php

system\Helper::arcAddHeader("css", system\Helper::arcGetThemePath() . "css/material-design-iconic-font.min.css");
system\Helper::arcAddHeader("css", system\Helper::arcGetThemePath() . "css/style.min.css");
system\Helper::arcAddHeader("css", system\Helper::arcGetThemePath() . "css/jquery.gritter.css");
system\Helper::arcAddFooter("js", system\Helper::arcGetThemePath() . "js/main.js");
system\Helper::arcAddFooter("js", system\Helper::arcGetThemePath() . "js/jquery.gritter.min.js");