Submit
Path:
~
/
home
/
getwphos
/
www
/
almajd14
/
wp-content
/
plugins
/
halstein-core
/
inc
/
shortcodes
/
graphs
/
templates
/
File Content:
graphs.php
<div <?php qode_framework_class_attribute( $holder_classes ); ?> <?php qode_framework_inline_attrs( $data_attrs, true ); ?>> <div class="qodef-m-inner"> <div class="qodef-m-canvas-holder"> <div class="qodef-m-canvas"> <canvas></canvas> </div> </div> <?php if ( 'yes' === $enable_chart_legend ) : ?> <div class="qodef-m-legend"> <?php foreach ( $items as $item ) : ?> <div class="qodef-m-legend-item"> <?php if ( ! empty( $item['item_dataset_labels'] ) ) : ?> <span class="qodef-m-legend-icon" <?php qode_framework_inline_style( array( 'background-color: ' . $item['item_border_color'] ) ); ?>></span> <span class="qodef-m-legend-label" <?php qode_framework_inline_style( $legend_label_styles ); ?>><?php echo esc_html( $item['item_dataset_labels'] ); ?></span> <?php endif; ?> </div> <?php endforeach; ?> </div> <?php endif; ?> </div> </div>
Submit
FILE
FOLDER
Name
Size
Permission
Action
graphs.php
912 bytes
0644
N4ST4R_ID | Naxtarrr