예제 #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");
예제 #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");
예제 #3
0
파일: login.php 프로젝트: DeltaWolf7/Arc
<?php

system\Helper::arcAddFooter("js", system\Helper::arcGetThemePath() . "js/login.js");
예제 #4
0
파일: error.php 프로젝트: DeltaWolf7/Arc
<?php

system\Helper::arcAddFooter("js", system\Helper::arcGetThemePath() . "js/error.js");
예제 #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");