コード例 #1
0
ファイル: sidebar.php プロジェクト: jaychow/sdmardigras
<?php

MthemeSidebar::renderData();
コード例 #2
0
 /**
  * Refreshes module data
  *
  * @access public
  * @return void
  */
 public static function refresh()
 {
     self::$data = (array) MthemeCore::getOption(__CLASS__);
 }