Changeset 6712 for temp/trunk/data/lib


Ignore:
Timestamp:
2006/10/25 18:54:47 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r6711 r6712  
    25732573} 
    25742574 
     2575/*  EBIS¥¿¥°Íѥѥé¥á¡¼¥¿ */ 
     2576define("EBIS_CID", "aaaaaaa"); 
     2577 
     2578/* ¥Ú¡¼¥¸ID¥ê¥¹¥È */ 
     2579$arrEbisPID = array( 
     2580); 
     2581 
     2582class LC_EbisPage { 
     2583    function LC_EbisPage() { 
     2584        $this->tpl_mainpage = 'ebis_tag.tpl'; 
     2585    } 
     2586} 
     2587 
    25752588// ¥¨¥Ó¥¹¥¿¥°¤Îȯ¹Ô 
    25762589function sfPrintEbisTag($pid = "") { 
Note: See TracChangeset for help on using the changeset viewer.