Code Search for Developers
 
 
  

modules_menu.php from ECP (EliteCore Project) at Krugle


Show modules_menu.php syntax highlighted

<?php
	$file = $adminModule->path."templates/default/modules_menu.php";
	$XCS->addContent($file, $currentModule->getPosition(), $currentModule->getID(), $currentModule->displayBorder());
	$get_modules = $XCS->loadModule("get_modules");
	$templates = $get_modules->object->getTemplates($currentModule->getName());
	$XCS->registerVariable($templates, 'templates', $file);
	$XCS->registerVariable($currentModule, 'currentModule', $file);
	$XCS->registerVariable($adminModule, 'adminModule', $file);
	$XCS->registerVariable($adminModule->getImagesPath(), "imagesPath", $file);

	$registerEvent = array (& $currentModule->object, "onAdminBrowse");
	if (is_callable($registerEvent)) {
		call_user_func($registerEvent);
		Event :: CallWithID("onAdminBrowse", $currentModule->getID());
	}
?>



See more files for this project here

ECP (EliteCore Project)

EliteCore Project is a PHP5.1/Javascript/AJAX/XHTML/CSS framework for creating WEB 2.0 applications and services.The basic open-source instalation can be also used as an interactive personal page or BLOG.This project uses the latest features available.

Project homepage: http://sourceforge.net/projects/elitecore
Programming language(s): JavaScript,PHP,XML
License: cpl

  language/
    czech.xml
    english.xml
  templates/
    default/
      images/
        bg.png
        down.jpg
        up.jpg
      content.php
      content_admin.php
      main.css
      modules_hidden_menu.php
      modules_menu.php
      sys_admin.php
      welcome.php
  admin.php
  config.xml
  modules_hidden_menu.php
  modules_menu.php
  subroutines.php