def pagePath(): path = currentPath() schemaPath = gWebConfig.getSchemaPathFromURL( path ) dirList = [ dir for dir in schemaPath.split( "/" ) if not dir.strip() == "" ] ver = getVersion() path = "'%s %s'" % ( " > ".join( dirList ) , ver ) print getVersion() return path
def htmlPath(): path = currentPath() schemaPath = gWebConfig.getSchemaPathFromURL( path ) dirList = [ dir for dir in schemaPath.split( "/" ) if not dir.strip() == "" ] return " > ".join( dirList )